Double class final

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

compare(num d1, num d2) int
doubleToLongBits(double value) int
doubleToRawLongBits(double value) int
equalsWithTolerance(double x1, double x2, [double tolerance = 0.0000000001]) bool
hashCode2(num value) int
isFinite(num d) bool
isInfinite(num v) bool
isNaN(num v) bool
longBitsToDouble(int bits) double
max(num a, num b) double
min(num a, num b) double
sum(num a, num b) double

Constants

maxValue → const double
minValue → const double
nan → const double
negativeInfinity → const double
positiveInfinity → const double