NevronOpenVision
Nevron.Nov.Numerics Namespace / Complex32 Structure / Pow Method / Pow(Complex32,Complex32) Method
A complex number to be raised to a power.
A complex number that specifies a power.
In This Topic
    Pow(Complex32,Complex32) Method
    In This Topic
    Returns a specified complex number raised to a 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 Pow( 
       Complex32 value,
       Complex32 power
    )

    Parameters

    value
    A complex number to be raised to a power.
    power
    A complex number that specifies a power.

    Return Value

    The complex number value raised to the power power.
    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