default
core
core
core.UnsignedLong
getString() : String
- Return a string representation of this number object.
getValue() : int
- Return the current value.
Newi(int v) : UnsignedLong
- Create a new UnsignedLong object and initialize it with the given value.
News(String s) : UnsignedLong
- Create a new UnsignedLong object and initialize it with the given String.
operator !=(UnsignedLong v) : boolean
- Check whether the given value does not equal this value
operator &(UnsignedLong v) : UnsignedLong
- Calculate reminder of this divided by the given value
operator &(UnsignedLong v) : UnsignedLong
- Bitwise AND
operator &&(UnsignedLong v) : boolean
- Logical AND
operator >(UnsignedLong v) : boolean
- Check whether this value is greater than the given value
operator >>(UnsignedLong v) : UnsignedLong
- Logical shift right
operator >=(UnsignedLong v) : boolean
- Check whether this value is equal to or greater than the given value
operator <(UnsignedLong v) : boolean
- Check whether this value is less than the given value
operator <<(UnsignedLong v) : UnsignedLong
- Logical shift left
operator <=(UnsignedLong v) : boolean
- Check whether this value is less than the given value
operator *(UnsignedLong v) : UnsignedLong
- Multiply by the given value
operator +(UnsignedLong v) : UnsignedLong
- Add the given value
operator -(UnsignedLong v) : UnsignedLong
- Subtract the given value
operator /(UnsignedLong v) : UnsignedLong
- Divide by the given value
operator ==(UnsignedLong v) : boolean
- Compare to the given value
operator unary!() : UnsignedLong
- Logical not
operator unary-() : UnsignedLong
- Negate value
operator unary~() : UnsignedLong
- Bitwise not
operator ^(UnsignedLong v) : UnsignedLong
- Bitwise EOR/XOR (exclusive or)
operator ^^(UnsignedLong v) : boolean
- Logical EOR/XOR (exclusive OR)
operator |(UnsignedLong v) : UnsignedLong
- Bitwise OR
operator ||(UnsignedLong 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 | |||||
|
Method Newi | ||||||||||
Create a new UnsignedLong object and initialize it with the given value. | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
|
Method News | ||||||||||
Create a new UnsignedLong object and initialize it with the given String. | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Description | ||||||||||
The String will be converted to an unsigned 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