Sets the specified number of elements to their default value.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void Clear(
int rowCount,
int columnCount
)
Public Sub Clear (
rowCount As Integer,
columnCount As Integer
)
public:
void Clear(
int rowCount,
int columnCount
)
member Clear :
rowCount : int *
columnCount : int -> unit
Parameters
- rowCount
- Type: SystemInt32
The number of rows to set. - columnCount
- Type: SystemInt32
The number of rows to set.
Reference