Click or drag to resize

FloatComplexMatrixUnaryPlus Operator

Unary + operator. Just returns the input matrix.

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

Parameters

A  FloatComplexMatrix
A matrix.

Return Value

FloatComplexMatrix
The input matrix.
See Also