TComplex Conversion (TDouble to TComplex)
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public static implicit operator TComplex (
TDouble value
)
Public Shared Widening Operator CType (
value As TDouble
) As TComplex
static implicit operator TComplex^ (
TDouble^ value
)
F# does not support the declaration of new casting operators.
- value TDouble
- The value to convert to a TComplex.
TComplex