The following tables list the members exposed by DefaultableInteger.
Name | Description | |
---|---|---|
DefaultableInteger Constructor | Overloaded. |
Name | Description | |
---|---|---|
CompareTo | Compares this instance to a specified object and returns an indication of their relative values. | |
Equals | Determines whether the specified System.Object is equal to the current Object. | |
FromInteger | Converts the integer to a DefaultableInteger equivalent. | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
Parse | Overloaded. Converts the string representation of a number to its DefaultableInteger equivalent. | |
ToString | Overloaded. Returns a string that represents the object. |
Addition | Addition operator |
Division | Division operator |
Equality | Equality operator |
Implicit Type Conversion | Overloaded. Implicit conversion operator. |
Inequality | Inequality operator |
Multiplication | Multiplication operator |
Subtraction | Subtraction |