ComplexComplexInfinity Property |
Defines an infinitly high complex number
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static Complex ComplexInfinity { get; }
Public Shared ReadOnly Property ComplexInfinity As Complex
Get
Dim value As Complex
value = Complex.ComplexInfinity
Property Value
ComplexNew Complex(Double.PositiveInfinity, Double.PositiveInfinity)
Return Value
ComplexNew Complex(Double.PositiveInfinity, Double.PositiveInfinity)
See Also