[]
Represents the sign type.
public enum SignState
Public Enum SignState
Name | Description |
---|---|
Negative | Represent the value is negative. e.g. value = -0. |
None | Represent there is none sign. e.g. value == null. |
Positive | Represent the value is positive. e.g. value = +0. |