OriginAnyParserGetCurveProperties Method |
Extracts curve properties from the curve header and data blocks.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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