JFloat class

Inheritance
Available Extensions

Constructors

JFloat(double num)
JFloat.fromReference(JReference reference)

Properties

$type JObjType<JFloat>
latefinal
hashCode int
The hash code for this object.
no setterinherited
isNull bool
no setterinherited
isReleased bool
no setterinherited
jClass JClass
Returns JClass corresponding to concrete class of this object.
no setterinherited
reference JReference
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

byteValue({bool releaseOriginal = false}) int
inherited
castTo<T extends JObject>(JObjType<T> type, {bool releaseOriginal = false}) → T
Casts this object to another type.
inherited
doubleValue({bool releaseOriginal = false}) double
inherited
floatValue({bool releaseOriginal = false}) double
inherited
intValue({bool releaseOriginal = false}) int
inherited
longValue({bool releaseOriginal = false}) int
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
Releases the underlying reference.
inherited
releasedBy(Arena arena) → void
Registers this object to be released at the end of arena's lifetime.
inherited
shortValue({bool releaseOriginal = false}) int
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

type → const JFloatType
The type which includes information such as the signature of this class.