Adds the specified value to each element in the matrix.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleMatrix Increment( double s ) |
| Visual Basic (Declaration) |
|---|
Public Function Increment ( _ s As Double _ ) As DoubleMatrix |
| Visual C++ |
|---|
public: DoubleMatrix^ Increment( double s ) |
Parameters
- s
- Type: System..::.Double
Increment.
Return Value
This matrix.
Remarks
Does not copy the data.