| DoubleComplexMatrix Conversion (FloatComplexMatrix to DoubleComplexMatrix) |
Implicitly converts a FloatComplexMatrix instance into a
DoubleComplexMatrix instance.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public static implicit operator DoubleComplexMatrix (
FloatComplexMatrix A
)
Public Shared Widening Operator CType (
A As FloatComplexMatrix
) As DoubleComplexMatrix
static implicit operator DoubleComplexMatrix^ (
FloatComplexMatrix^ A
)
F# does not support the declaration of new casting operators.
Parameters
- A FloatComplexMatrix
- A FloatComplexMatrix instance.
Return Value
DoubleComplexMatrixSee Also