RadonInteger class
Constructors
- RadonInteger.new(List script)
Properties
Methods
-
absolute(
) → RadonInteger -
asFloat(
) → RadonFloat -
asString(
) → RadonString -
encode(
) → List -
inherited
-
greaterThan(
int i) → RadonBoolean -
initScript(
List data) → void -
inherited
-
lessThan(
int i) → RadonBoolean -
modulo(
int i) → RadonInteger -
multiply(
int i) → RadonInteger -
negate(
) → RadonInteger -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
power(
int i) → RadonInteger -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited