Click or drag to resize

DoubleComplexMatrixIncrement Method

Adds the specified value to each element in the matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexMatrix Increment(
	DoubleComplex s
)

Parameters

s  DoubleComplex
Increment.

Return Value

DoubleComplexMatrix
This matrix.
Remarks
Does not copy the data.
See Also