Click or drag to resize

UnitType Enumeration

Units that may be used for axis or metadata values.

Namespace: Altaxo.Serialization.Renishaw
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum UnitType
Members
Member nameValueDescription
Arbitrary0Arbitrary units.
RamanShift1Raman shift, typically in inverse centimetres (cm^-1).
Wavenumber2Wavenumber unit (legacy naming; often represented as nanometres).
Nanometre3Nanometre (nm).
ElectronVolt4Electron volt (eV).
Micron5Micrometre (µm).
Counts6Counts (detector counts).
Electrons7Number of electrons (sensor-specific).
Millimetres8Millimetres (mm).
Metres9Metres (m).
Kelvin10Kelvin (K).
Pascal11Pascal (Pa).
Seconds12Seconds (s).
Milliseconds13Milliseconds (ms).
Hours14Hours.
Days15Days.
Pixels16Pixels (image units).
Intensity17Intensity (generic).
RelativeIntensity18Relative intensity (unitless ratio).
Degrees19Degrees (angle).
Radians20Radians (angle).
Celsius21Celsius (°C).
Fahrenheit22Fahrenheit (°F).
KelvinPerMinute23Kelvin per minute (K/min).
FileTime24File time (platform specific timestamp representation).
Microseconds25Microseconds (µs).

The UnitType 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