The high 32 bits as a signed value.
The low 32 bits as a signed value.
Whether unsigned or not.
Returns the sum of this and the specified Long.
Returns the bitwise AND of this Long and the specified.
Compares this Long's value with the specified's.
Returns this Long divided by the specified.
Tests if this Long's value equals the specified's.
Gets the high 32 bits as a signed integer.
Gets the high 32 bits as an unsigned integer.
Gets the low 32 bits as a signed integer.
Gets the low 32 bits as an unsigned integer.
Gets the number of bits needed to represent the absolute value of this Long.
Tests if this Long's value is greater than the specified's.
Tests if this Long's value is greater than or equal the specified's.
Tests if this Long's value is even.
Tests if this Long's value is negative.
Tests if this Long's value is odd.
Tests if this Long's value is positive.
Tests if this Long's value equals zero.
Tests if this Long's value is less than the specified's.
Tests if this Long's value is less than or equal the specified's.
Returns this Long modulo the specified.
Returns the product of this and the specified Long.
Negates this Long's value.
Tests if this Long's value differs from the specified's.
Returns the bitwise NOT of this Long.
Returns the bitwise OR of this Long and the specified.
Returns this Long with bits shifted to the left by the given amount.
Returns this Long with bits arithmetically shifted to the right by the given amount.
Returns this Long with bits logically shifted to the right by the given amount.
Returns the difference of this and the specified Long.
Converts this Long to its byte representation.
Optional
Converts this Long to its big endian byte representation.
Converts this Long to its little endian byte representation.
Converts the Long to a 32 bit integer, assuming it is a 32 bit integer.
Converts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa).
Converts this Long to signed.
Converts the Long to a string written in the specified radix.
Converts this Long to unsigned.
Returns the bitwise XOR of this Long and the given one.
Generated using TypeDoc
The high 32 bits as a signed value.