Enum Sign
The sign of a number
Namespace: Sdl.LanguagePlatform.Core.Tokenization
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public enum Sign
Fields
| Name | Description |
|---|---|
| Minus | A minus sign at the start of the number. |
| None | No explicit sign at the start of the number. |
| Plus | An explicit plus sign at the start of the number. |