Vector<T>.SetToZero Method

Sets all the elements of the vector to 0.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> SetToZero()

Return Value

Vector<T>
A reference to this Vector<T>.

See Also