TInfinity   Conversion (TDouble to TInfinity)

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

Definition

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

Parameters

value  TDouble
The value to convert to a TInfinity.

Return Value

TInfinity

See Also