Intersoft.Client.UI.DataVisualization Namespace : UnitValue Structure |
The following tables list the members exposed by UnitValue.
Name | Description | |
---|---|---|
UnitValue Constructor | Instantiates a new instance of the UnitValue struct. |
Name | Description | |
---|---|---|
Unit | Gets the units associated with the value. | |
Value | Gets the value associated with the units. |
Name | Description | |
---|---|---|
CompareTo | Compares two unit values to determine if they are equal or not. | |
Equals | Determines if two values are equal. | |
GetHashCode | Returns the hash code of the unit value object. | |
NaN | Returns a UnitValue representing an invalid value. |
Equality | Determines whether two unit value objects are equal. |
Greater Than | Determines whether the left value is larger than the right. |
Inequality | Determines whether two unit value objects are not equal. |
Less Than | Determines whether the left value is smaller than the right. |