Click or drag to resize

FloatVectorSet(Slice, Single) 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 FloatVector Set(
	Slice slice,
	float f
)

Parameters

slice  Slice
A view into the vector.
f  Single
The new value.

Return Value

FloatVector
A reference to self.
See Also