SLFloat class
Constructors
Properties
Methods
-
add(
SLFloat other) → SLFloat -
compareTo(
SLFloat other) → int -
decrement(
) → SLFloat -
divide(
SLFloat other) → SLFloat -
equals(
SLFloat other) → bool -
increment(
) → SLFloat -
multiply(
SLFloat other) → SLFloat -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notEquals(
SLFloat other) → bool -
subtract(
SLFloat other) → SLFloat -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
explicitString(
SLFloat x) → String -
fromDouble(
double x) → SLFloat -
fromInt(
int x) → SLFloat -
fromLong(
int x) → SLFloat -
fromStringExplicit(
String s) → SLFloat -
implicitDouble(
SLFloat x) → double