Galactic |
[FlagsAttribute] public enum Ftflgs
| Member name | Value | Description |
|---|---|---|
| TSPREC | 1 | Unknown / additional precision flag for time series (TSPREC). |
| TCGRAM | 2 | Indicates that X axis represents a CGRAM (TCGRAM). |
| TMULTI | 4 | Multi-spectrum file flag (TMULTI). |
| TRANDM | 8 | Random order flag (TRANDM). |
| TORDRD | 16 | Ordered data flag (TORDRD). |
| TALABS | 32 | Absolute scaling flag (TALABS). |
| TXYXYS | 64 | X and Y values stored together (TXYXYS). |
| TXVALS | 128 | Explicit X values are present in the file (TXVALS). |
The GalacticSPCReaderFtflgs type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |