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