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