Click or drag to resize

Q800FileReaderFromStream Method

Creates a instance of the reader from a stream.

Namespace: Altaxo.Serialization.TA_Instruments
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Q800FileReader FromStream(
	Stream rs,
	bool convertUnitsToSIUnits
)

Parameters

rs  Stream
The stream.
convertUnitsToSIUnits  Boolean
If set to true, the units are converted to SI units.

Return Value

Q800FileReader
An instance of the reader.
See Also