Click or drag to resize

GalacticSPCReaderFtflgs Enumeration

Flags present in the SPC file header that describe file and axis formats.

Namespace: Altaxo.Serialization.Galactic
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
[FlagsAttribute]
public enum Ftflgs
Members
Member nameValueDescription
TSPREC1 Unknown / additional precision flag for time series (TSPREC).
TCGRAM2 Indicates that X axis represents a CGRAM (TCGRAM).
TMULTI4 Multi-spectrum file flag (TMULTI).
TRANDM8 Random order flag (TRANDM).
TORDRD16 Ordered data flag (TORDRD).
TALABS32 Absolute scaling flag (TALABS).
TXYXYS64 X and Y values stored together (TXYXYS).
TXVALS128 Explicit X values are present in the file (TXVALS).

The GalacticSPCReaderFtflgs type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also