 | DoubleDataBlock Constructor (Int32) |
Constructs a data block that references a new array of the
specified length.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic DoubleDataBlock(
int length
)
Public Sub New (
length As Integer
)
public:
DoubleDataBlock(
int length
)
new :
length : int -> DoubleDataBlock
Parameters
- length
- Type: SystemInt32
The number of elements in the new array.
See Also