The sign of a numeric value.

Namespace:  Mindscape.WpfElements
Assembly:  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 nameDescription
Positive
The value is positive (strictly greater than zero).
Zero
The value is zero.
Negative
The value is negative (strictly less than zero).

See Also