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: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Clear(
long startIndex,
long count
)
Public Sub Clear (
startIndex As Long,
count As Long
)
public:
void Clear(
long long startIndex,
long long count
)
member Clear :
startIndex : int64 *
count : int64 -> unit
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