Adds the specified value to each element in the matrix.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleComplexMatrix Increment(
	DoubleComplex s
)
Visual Basic (Declaration)
Public Function Increment ( _
	s As DoubleComplex _
) As DoubleComplexMatrix
Visual C++
public:
DoubleComplexMatrix^ Increment(
	DoubleComplex s
)

Parameters

s
Type: CenterSpace.NMath.Core..::.DoubleComplex
Increment.

Return Value

This matrix.

Remarks

Does not copy the data.

See Also