Array1D<T>.Clear Method

Sets the specified number of elements to their default value.

Definition

Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void Clear(
	int length
)

Parameters

length  Int32
The number of elements to set.

See Also