Click or drag to resize

OriginAnyParserGetCurveProperties Method

Extracts curve properties from the curve header and data blocks.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void GetCurveProperties(
	byte[] cvehd,
	int cvehdsz,
	byte[] cvedt,
	int cvedtsz
)

Parameters

cvehd  Byte
The curve header bytes.
cvehdsz  Int32
The size of cvehd in bytes.
cvedt  Byte
The curve data bytes.
cvedtsz  Int32
The size of cvedt in bytes.
See Also