The NumberTools type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NumberTools | Initializes a new instance of the NumberTools class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | LongToString | Converts a long to a String suitable for indexing. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | StringToLong | Converts a String that was returned by {@link #longToString} back to a
long.
|
![]() ![]() | ToLong | |
![]() | ToString()()()() | (Inherited from Object.) |
![]() ![]() | ToString(Int64) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | MAX_STRING_VALUE | Equivalent to longToString(Long.MAX_VALUE) |
![]() ![]() | MIN_STRING_VALUE | Equivalent to longToString(Long.MIN_VALUE) |
![]() ![]() | STR_SIZE | The length of (all) strings returned by {@link #longToString} |