Click or drag to resize
BigArrayT Constructor
Initializes a new instance of the BigArray.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public BigArray(
	long length
)

Parameters

length
Type: SystemInt64
Size of the BigArray to create.
See Also