Number<T> class abstract

Inheritance
Implementers

Constructors

Number()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value num
no setter

Methods

byteValue() Byte
以byte形式返回指定数字的值
compareTo(T other) int
Compares this object to another object.
override
doubleValue() double
以double形式返回指定数字的值
intValue() Integer
以int形式返回指定数字的值
longValue() Long
以long形式返回指定数字的值
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shortValue() Short
以short形式返回指定数字的值
toString() String
A string representation of this object.
inherited
uByteValue() int
以无符号byte形式返回指定数字的值
uIntValue() int
以无符号int形式返回指定数字的值
uLongValue() int
以无符号long形式返回指定数字的值
uShortValue() int
以无符号short形式返回指定数字的值

Operators

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