Vector<T>.SetToZero Method

Note: This API is now obsolete.
Sets all the elements of the vector to 0.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
[ObsoleteAttribute("Use the Clear method instead.")]
public Vector<T> SetToZero()

Return Value

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

See Also