Dart SDK
dart:core
double
isInfinite
isInfinite
Dart SDK
dart:core
double
isInfinite
property
isInfinite
Dart SDK
dart:core
double
Constants
INFINITY
MAX_FINITE
MIN_POSITIVE
NAN
NEGATIVE_INFINITY
Static methods
parse
Properties
isFinite
isInfinite
isNaN
isNegative
sign
Constructors
double
Operators
operator %
operator *
operator +
operator -
operator /
operator <
operator <=
operator ==
operator >
operator >=
operator unary-
operator ~/
Methods
abs
ceil
ceilToDouble
clamp
compareTo
floor
floorToDouble
remainder
round
roundToDouble
toDouble
toInt
toString
toStringAsExponential
toStringAsFixed
toStringAsPrecision
truncate
truncateToDouble
bool
isInfinite
True if the number is positive infinity or negative infinity; otherwise, false.