The sign of a numeric value.
Namespace:
Mindscape.WpfElementsAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public enum Sign |
| Visual Basic (Declaration) |
|---|
Public Enumeration Sign |
Members
| Member name | Description | |
|---|---|---|
| Positive |
The value is positive (strictly greater than zero).
| |
| Zero |
The value is zero.
| |
| Negative |
The value is negative (strictly less than zero).
|