Implicitly converts a DoubleLowerTriMatrix instance into a DoubleComplexLowerTriMatrix instance.

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

Syntax

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

Parameters

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

See Also