Called by inheritors to increment the number of nonzero components by the specified amount.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
protected void IncrementNonzeroCount(
int amount
)
|
| Visual Basic (Declaration) |
Protected Sub IncrementNonzeroCount ( _
amount As Integer _
)
|
| Visual C++ |
protected:
void IncrementNonzeroCount(
int amount
)
|
| F# |
member IncrementNonzeroCount :
amount:int -> unit
|
Parameters
-
amount
- Type: System..::..Int32
The amount to increase the number of nonzero components by.
Remarks
See Also