Click or drag to resize

FloatComplexDataBlock(FloatComplexDataBlock, Int32) Constructor

Constructs a data block that references elements in the same array as the supplied FloatComplexDataBlock instance, incrementing the offset into the array by the given amount.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexDataBlock(
	FloatComplexDataBlock block,
	int offsetIncrement
)

Parameters

block  FloatComplexDataBlock
A FloatComplexDataBlock instance.
offsetIncrement  Int32
Amount to increment the offset into the array.
See Also