Click or drag to resize

DoubleComplexLowerTriMatrix   Conversion (DoubleLowerTriMatrix to DoubleComplexLowerTriMatrix)

Implicitly converts a DoubleLowerTriMatrix instance into a DoubleComplexLowerTriMatrix instance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static implicit operator DoubleComplexLowerTriMatrix (
	DoubleLowerTriMatrix A
)

Parameters

A  DoubleLowerTriMatrix
A DoubleLowerTriMatrix instance.

Return Value

DoubleComplexLowerTriMatrix
See Also