Number Methods |
The Number type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
| CompareTo(Number) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
| ConvertToNumber |
Converts to number.
| |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) | |
| Equals(Number) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) | |
| GetMaxValue |
Gets the maximum value.
| |
| GetMinValue |
Gets the minimum value.
| |
| ToEnumT |
Converts to enumeration.
| |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) | |
| ToString(String, IFormatProvider) | Formats the value of the current instance using the specified format. |