Implicitly converts a FloatLowerTriMatrix instance into a FloatComplexLowerTriMatrix instance.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static implicit operator FloatComplexLowerTriMatrix (
	FloatLowerTriMatrix A
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	A As FloatLowerTriMatrix _
) As FloatComplexLowerTriMatrix
Visual C++
static implicit operator FloatComplexLowerTriMatrix^ (
	FloatLowerTriMatrix^ A
)

Parameters

A
Type: CenterSpace.NMath.Matrix..::.FloatLowerTriMatrix
A FloatLowerTriMatrix instance.

See Also