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