Changes the size of the BigArray to the specified new size.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Resize(
long newSize
)
Public Sub Resize (
newSize As Long
)
public:
void Resize(
long long newSize
)
member Resize :
newSize : int64 -> unit
Parameters
- newSize
- Type: SystemInt64
The size of the new BigArray.
See Also