 | DoubleDataBlock Constructor (Double, Int32) |
Constructs a data block that references the elements in a
given array, beginning from the specified offset into the array.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic DoubleDataBlock(
double[] data,
int offset
)
Public Sub New (
data As Double(),
offset As Integer
)
public:
DoubleDataBlock(
array<double>^ data,
int offset
)
new :
data : float[] *
offset : int -> DoubleDataBlock
Parameters
- data
- Type: SystemDouble
An array of double-precision floating point numbers
to be referenced.
- offset
- Type: SystemInt32
The beginning index.
See Also