  | FloatVectorSet(Slice, Single) Method | 
            Sets the data elements of this vector indicated by the given Slice
            to the specified value.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatVector Set(
	Slice slice,
	float f
)
Public Function Set ( 
	slice As Slice,
	f As Single
) As FloatVector
public:
FloatVector^ Set(
	Slice^ slice, 
	float f
)
member Set : 
        slice : Slice * 
        f : float32 -> FloatVector Parameters
- slice  Slice
 - A view into the vector.
 - f  Single
 - The new value.
 
Return Value
FloatVectorA reference to self.
See Also