Click or drag to resize

OriginAnyParserGetMatrixValues Method

Decodes matrix cell values from a raw data block.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void GetMatrixValues(
	byte[] colData,
	int colDataSize,
	short dataType,
	byte dataTypeU,
	byte valueSize,
	int mIndex
)

Parameters

colData  Byte
The raw matrix data bytes.
colDataSize  Int32
The size of colData in bytes.
dataType  Int16
The Origin data type identifier.
dataTypeU  Byte
The auxiliary Origin data type identifier.
valueSize  Byte
The stored value size in bytes.
mIndex  Int32
The matrix index to populate.
See Also