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