Click or drag to resize

DoubleVectorIncrement(Double) Method

Adds the specified value to each element in the vector.

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

Parameters

s  Double
Increment.

Return Value

DoubleVector
This vector.
Remarks
Does not copy the data.
See Also