Click or drag to resize

ComplexComplexInfinity Property

Defines an infinitly high complex number

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

Property Value

Complex
New Complex(Double.PositiveInfinity, Double.PositiveInfinity)

Return Value

Complex
New Complex(Double.PositiveInfinity, Double.PositiveInfinity)
See Also