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