NevronOpenVision
Nevron.Nov.Numerics Namespace / Complex32 Structure / Multiply Method
The first complex number to multiply.
The second complex number to multiply.
Multiply Method (Complex32)
Returns the product of two complex numbers.
Syntax
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public static Complex32 Multiply( 
   Complex32 left,
   Complex32 right
)

Parameters

left
The first complex number to multiply.
right
The second complex number to multiply.

Return Value

The product of the left and right parameters.
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