Array2D<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.0
C#
public void Clear(
	int rowCount,
	int columnCount
)

Parameters

rowCount  Int32
The number of rows to set.
columnCount  Int32
The number of rows to set.

Implements

IStorage2D<T>.Clear(Int32, Int32)

See Also