ComplexT Conversion (Double to ComplexT)
Convert double to Complex
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static implicit operator Complex<T> (
double a
)
Public Shared Widening Operator CType (
a As Double
) As Complex(Of T)
static implicit operator Complex<T> (
double a
)
F# does not support the declaration of new casting operators.
- a Double
ComplexT