Click or drag to resize

DoubleLowerTriMatrix   Conversion (FloatLowerTriMatrix to DoubleLowerTriMatrix)

Implicitly converts a FloatLowerTriMatrix instance into a DoubleLowerTriMatrix instance.

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

Parameters

A  FloatLowerTriMatrix
A FloatLowerTriMatrix instance.

Return Value

DoubleLowerTriMatrix
See Also