NevronOpenVision
Nevron.Nov.Numerics Namespace / Complex32 Structure / Exp Method
A complex number that specifies a power.
In This Topic
    Exp Method (Complex32)
    In This Topic
    Returns e raised to the power specified by a complex number.
    Syntax
    [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
    public static Complex32 Exp( 
       Complex32 value
    )

    Parameters

    value
    A complex number that specifies a power.

    Return Value

    The number e raised to the power value.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also