Constructs a data block that references a new array of the specified length.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleDataBlock(
	int length
)
Visual Basic (Declaration)
Public Sub New ( _
	length As Integer _
)
Visual C++
public:
DoubleDataBlock(
	int length
)

Parameters

length
Type: System..::.Int32
The number of elements in the new array.

See Also