Click or drag to resize
BigArrayTResize Method
Changes the size of the BigArray to the specified new size.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Resize(
	long newSize
)

Parameters

newSize
Type: SystemInt64
The size of the new BigArray.
See Also