Class Sign
The sign of a number
Inheritance
System.Object
Sign
Namespace: Sdl.Core.Bcm.BcmModel.Tokenization
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public sealed class Sign : Enum
Fields
Minus
A minus sign at the start of the number.
Declaration
public const Sign Minus
Field Value
Type | Description |
---|---|
Sign |
None
No explicit sign at the start of the number.
Declaration
public const Sign None
Field Value
Type | Description |
---|---|
Sign |
Plus
An explicit plus sign at the start of the number.
Declaration
public const Sign Plus
Field Value
Type | Description |
---|---|
Sign |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |