TComplex   Conversion (TInfinity to TComplex)

Defines an implicit conversion of a TInfinity value to a TComplex.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static implicit operator TComplex (
	TInfinity value
)

Parameters

value  TInfinity
The value to convert to a TComplex.

Return Value

TComplex

See Also