Sets all the elements of the vector to 0.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> SetToZero()
Public Function SetToZero As Vector(Of T)
public:
Vector<T>^ SetToZero()
member SetToZero : unit -> Vector<'T>
Return Value
Type:
VectorTA reference to this
VectorT.
Reference