NevronOpenVision
Nevron.Nov.Numerics Namespace / Complex32 Structure / Complex32 Constructor
The value for the real component.
The value for the imaginary component.
In This Topic
    Complex32 Constructor
    In This Topic
    Initializes a new instance of the Complex32 structure with the given real and imaginary parts.
    Syntax
    [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
    public Complex32( 
       System.float real,
       System.float imaginary
    )

    Parameters

    real
    The value for the real component.
    imaginary
    The value for the imaginary component.
    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