 | DoubleDataBlock Constructor (DoubleDataBlock, Int32) |
Constructs a data block that references elements in the
same array as the supplied DoubleDataBlock instance, incrementing
the offset into the array by the given amount.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic DoubleDataBlock(
DoubleDataBlock block,
int offsetIncrement
)
Public Sub New (
block As DoubleDataBlock,
offsetIncrement As Integer
)
public:
DoubleDataBlock(
DoubleDataBlock^ block,
int offsetIncrement
)
new :
block : DoubleDataBlock *
offsetIncrement : int -> DoubleDataBlock
Parameters
- block
- Type: CenterSpace.NMath.CoreDoubleDataBlock
A DoubleDataBlock instance. - offsetIncrement
- Type: SystemInt32
Amount to increment the offset into the array.
See Also