NevronOpenVision
Nevron.Nov.Numerics Namespace / Complex32 Structure / FromPolarCoordinates Method
The magnitude, which is the distance from the origin (the intersection of the x-axis and the y-axis) to the number.
The phase, which is the angle from the line to the horizontal axis, measured in radians.
In This Topic
    FromPolarCoordinates Method
    In This Topic
    Creates a complex number from a point's polar coordinates.
    Syntax
    public static Complex32 FromPolarCoordinates( 
       System.float magnitude,
       System.float phase
    )

    Parameters

    magnitude
    The magnitude, which is the distance from the origin (the intersection of the x-axis and the y-axis) to the number.
    phase
    The phase, which is the angle from the line to the horizontal axis, measured in radians.

    Return Value

    A complex number.
    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