NevronOpenVision
Nevron.Nov.Numerics Namespace / Complex32 Structure / Subtract Method
The value to subtract from (the minuend).
The value to subtract (the subtrahend).
In This Topic
    Subtract Method (Complex32)
    In This Topic
    Subtracts one complex number from another and returns the result.
    Syntax
    [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
    public static Complex32 Subtract( 
       Complex32 left,
       Complex32 right
    )

    Parameters

    left
    The value to subtract from (the minuend).
    right
    The value to subtract (the subtrahend).

    Return Value

    The result of subtracting right from left.
    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