MeasurementTokenType Enumeration
Enumeration of measurement token types.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public enum MeasurementTokenType
Public Enumeration MeasurementTokenType
No code example is currently available or this language may not be supported.
None | 0 |
No token type specified or unknown.
|
Fraction | 1 |
Forward slash used as a fraction separator symbol, as in 5/16.
|
Number | 2 |
Floating point number where leading decimal point with no leading
zero is legal.
|
Parenthesis | 3 |
An opening or closing parenthesis symbol.
|
Symbol | 4 |
Mathematical operator or parenthesis.
|
Unit | 5 |
Unit specification.
|