TDouble   Conversion (Double to TDouble)

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

Definition

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

Parameters

value  Double
The value to convert to a TDouble.

Return Value

TDouble

See Also