Click or drag to resize
BigArrayTClear Method (Int64, Int64)
Sets a range of elements in the BigArray to zero, to false, or to null, depending on the element type.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Clear(
	long startIndex,
	long count
)

Parameters

startIndex
Type: SystemInt64
The starting index of the range of elements to clear.
count
Type: SystemInt64
The number of elements to clear.
See Also