Click or drag to resize

DoubleComplexMatrix   Conversion (FloatComplexMatrix to DoubleComplexMatrix)

Implicitly converts a FloatComplexMatrix instance into a DoubleComplexMatrix instance.

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

Parameters

A  FloatComplexMatrix
A FloatComplexMatrix instance.

Return Value

DoubleComplexMatrix
See Also