Click or drag to resize

FloatDataBlock(Single, Int32) Constructor

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.4
Syntax
public FloatDataBlock(
	float[] data,
	int offset
)

Parameters

data  Single
An array of floating point numbers to be referenced.
offset  Int32
The beginning index.
See Also