Click or drag to resize

DoubleVectorSet(Slice, Double) Method

Sets the data elements of this vector indicated by the given Slice to the specified value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Set(
	Slice slice,
	double d
)

Parameters

slice  Slice
A view into the vector.
d  Double
The new value.

Return Value

DoubleVector
A reference to self.
See Also