MeasurementTokenType Enumeration

Enumeration of measurement token types.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public enum MeasurementTokenType

Members

None0 No token type specified or unknown.
Fraction1 Forward slash used as a fraction separator symbol, as in 5/16.
Number2 Floating point number where leading decimal point with no leading zero is legal.
Parenthesis3 An opening or closing parenthesis symbol.
Symbol4 Mathematical operator or parenthesis.
Unit5 Unit specification.

See Also