default
core
corecore.LonggetString() : String - Return a string representation of this number object.
getValue() : int - Return the current value.
Newi(int v) : Long - Create a new Long object and initialize it with the given value.
News(String s) : Long - Create a new Long object and initialize it with the given String.
operator !=(Long v) : boolean - Check whether the given value does not equal this value
operator &(Long v) : Long - Calculate reminder of this divided by the given value
operator &(Long v) : Long - Bitwise AND
operator &&(Long v) : boolean - Logical AND
operator >(Long v) : boolean - Check whether this value is greater than the given value
operator >>(Long v) : Long - Logical shift right
operator >=(Long v) : boolean - Check whether this value is equal to or greater than the given value
operator <(Long v) : boolean - Check whether this value is less than the given value
operator <<(Long v) : Long - Logical shift left
operator <=(Long v) : boolean - Check whether this value is less than the given value
operator *(Long v) : Long - Multiply by the given value
operator +(Long v) : Long - Add the given value
operator -(Long v) : Long - Subtract the given value
operator /(Long v) : Long - Divide by the given value
operator ==(Long v) : boolean - Compare to the given value
operator unary!() : Long - Logical not
operator unary-() : Long - Negate value
operator unary~() : Long - Bitwise not
operator ^(Long v) : Long - Bitwise EOR/XOR (exclusive or)
operator ^^(Long v) : boolean - Logical EOR/XOR (exclusive OR)
operator |(Long v) : Long - Bitwise OR
operator ||(Long v) : boolean - Logical OR
printf(String fmt) : String - Return a string representation of this number object that is formatted using the given ANSI-C format string.
setValue(int v) - Set a new value.
Method getString | |||||
Return a string representation of this number object. | |||||
Signature | |||||
| |||||
Returns | |||||
Method getValue | |||||
Return the current value. | |||||
Signature | |||||
| |||||
Returns | |||||
| |||||
Description | |||||
The upper 32 bits will be silently stripped off. |
Method Newi | ||||||||||
Create a new Long object and initialize it with the given value. | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method News | ||||
Create a new Long object and initialize it with the given String. | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
| ||||
Description | ||||
The String will be converted to a signed 64bit integer number before assignment. |
Method operator != | ||||||||||
Check whether the given value does not equal this value | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method operator & | ||||
Calculate reminder of this divided by the given value | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
|
Method operator & | ||||
Bitwise AND | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
|
Method operator && | ||||||||||
Logical AND | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method operator > | ||||||||||
Check whether this value is greater than the given value | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method operator >> | ||||
Logical shift right | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
|
Method operator >= | ||||||||||
Check whether this value is equal to or greater than the given value | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method operator < | ||||||||||
Check whether this value is less than the given value | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method operator << | ||||
Logical shift left | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
|
Method operator <= | ||||||||||
Check whether this value is less than the given value | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method operator * | ||||
Multiply by the given value | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
|
Method operator + | ||||
Add the given value | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
|
Method operator - | ||||
Subtract the given value | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
|
Method operator / | ||||
Divide by the given value | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
|
Method operator == | ||||||||||
Compare to the given value | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method operator unary! | |||||
Logical not | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method operator unary- | |||||
Negate value | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method operator unary~ | |||||
Bitwise not | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method operator ^ | ||||
Bitwise EOR/XOR (exclusive or) | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
|
Method operator ^^ | ||||||||||
Logical EOR/XOR (exclusive OR) | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method operator | | ||||
Bitwise OR | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
|
Method operator || | ||||||||||
Logical OR | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method printf | ||||
Return a string representation of this number object that is formatted using the given ANSI-C format string. | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
|
Method setValue | |||||
Set a new value. | |||||
Signature | |||||
| |||||
Arguments | |||||
|
auto-generated by "DOG", the TkScript document generator. Mon, 28/Dec/2015 13:15:54