Array 1D<T>.Clear Method
Sets the specified number of elements to their default value.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public void Clear(
int length
)
Parameters
- length Int32
- The number of elements to set.