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