Click or drag to resize

ComplexImaginaryOne Property

Defines the imaginary number in the context of the complex structure Equivalent to Complex.I

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static Complex ImaginaryOne { get; }

Property Value

Complex
i

Return Value

Complex
New Complex(0, 1)
See Also