image package
documentation
image
Half
Half.fromBits constructor
Half.fromBits
image package
documentation
image
Half
Half.fromBits constructor
Half class
Constructors
Half
fromBits
Properties
hashCode
runtimeType
Methods
bits
isDenormalized
isFinite
isInfinity
isNan
isNegative
isNormalized
isZero
noSuchMethod
round
setBits
toDouble
toString
Operators
operator *
operator +
operator -
operator /
operator ==
operator unary-
Static methods
DoubleToHalf
HalfToDouble
negInf
posInf
qNan
sNan
Half.fromBits
constructor
Half.fromBits
(
int
bits
)
Implementation
Half.fromBits(int bits) : _h = bits { if (_toFloatFloat32 == null) { _initialize(); } }