Initializes a new instance of the BigArray.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public BigArray(
long length
)
Public Sub New (
length As Long
)
public:
BigArray(
long long length
)
new :
length : int64 -> BigArray
Parameters
- length
- Type: SystemInt64
Size of the BigArray to create.
See Also