Click or drag to resize

Complex Properties

The Complex type exposes the following members.

Properties
 NameDescription
Public propertyArgument The argument of the complex number, aka Atan2(Im/Re)
Public propertyStatic memberComplexE Defines E in the context of the complex structure
Public propertyStatic memberComplexInfinity Defines an infinitly high complex number
Public propertyStatic memberComplexPI Defines PI in the context of the complex structure
Public propertyImaginary The imaginary value of the complex number
Public propertyStatic memberImaginaryOne Defines the imaginary number in the context of the complex structure Equivalent to Complex.I
Public propertyMagnitude The magnitude of the complex number, aka (Re^2 + Im^2)^0.5
Public propertyReal The real value of the complex number
Top
See Also