Implicitly converts a real vector to a complex vector.
Namespace: Extreme.Mathematics.Generic.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static implicit operator ComposedComplexVector<T> (
Vector<T> realPart
)
Public Shared Widening Operator CType (
realPart As Vector(Of T)
) As ComposedComplexVector(Of T)
static implicit operator ComposedComplexVector<T>^ (
Vector<T>^ realPart
)
F# does not support the declaration of new casting operators.
Parameters
- realPart
- Type: Extreme.Mathematics.GenericVectorT
A VectorT
Return Value
Type:
ComposedComplexVectorTA
ComposedComplexVectorT whose real part is
realPart
and whose imaginary part is zero.
Numerical Libraries
Supported in: 5.x
Reference