Property | Description | |||
Method Name | Compare | |||
Argument - pBigInt | The item to be compared with this one. | |||
Description | Allows the current 2 BigIntegers to be compared | |||
Returns | 0 if they are the same -1 if pBigInt is smaller than the current value 1 if pBigInt is larger than the current value |
|||
Remarks | ||||
Example |