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 FloatMatrix Increment(
	float s
)
Visual Basic (Declaration)
Public Function Increment ( _
	s As Single _
) As FloatMatrix
Visual C++
public:
FloatMatrix^ Increment(
	float s
)

Parameters

s
Type: System..::.Single
Increment.

Return Value

This matrix.

Remarks

Does not copy the data.

See Also