VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / ComplexNumber Structure / FromPolarCoordinates(Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    FromPolarCoordinates(Double,Double) Method (ComplexNumber)
    In This Topic
    Takes polar inputs and creates a Complex object.
    Syntax
    'Declaration
    
    Public Shared Function FromPolarCoordinates( _
    ByVal magnitude
    Magnitude.
    As Double, _
    ByVal phase
    Phase.
    As Double _
    ) As ComplexNumber
    public static ComplexNumber FromPolarCoordinates(
    double magnitude,
    double phase
    )
    public: static ComplexNumber FromPolarCoordinates(
    double magnitude,
    double phase
    )
    public:
    static ComplexNumber FromPolarCoordinates(
    double magnitude,
    double phase
    )

    Parameters

    magnitude
    Magnitude.
    phase
    Phase.

    Return Value

    Complex number.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also