'Declaration
Public Enum SignState Inherits System.Enum
'Usage
Dim instance As SignState
public enum SignState : System.Enum
'Declaration
Public Enum SignState Inherits System.Enum
'Usage
Dim instance As SignState
public enum SignState : System.Enum
Member | Description |
---|---|
Negative | Represent the value is negative. eg, value = -0. |
None | Represent there is none sign. eg, value == a null reference (Nothing in Visual Basic). |
Positive | Represent the value is positive. eg, value = +0. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Spread.InputMan.CellType.SignState