RadonInteger class

Constructors

RadonInteger.new(List script)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
script List
getter/setter pairinherited

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