SLFloat class

Constructors

SLFloat.new(double a)
SLFloat.fromString(String s)

Properties

hashCode int
The hash code for this object.
no setteroverride
objValue ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
getter/setter pair

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