public static implicit operator Complex<T> ( Real<T> x )
Public Shared Widening Operator CType ( x As Real(Of T) ) As Complex(Of T)
static implicit operator Complex<T> ( Real<T> x )
F# does not support the declaration of new casting operators.
In This Article