menu
Dart
dart:core
double
infinity constant
infinity
brightness_4
brightness_5
description
infinity
constant
double
const
infinity
Implementation
static const double infinity = 1.0 / 0.0;
Dart
dart:core
double
infinity constant
double class
Constructors
double
Properties
hashCode
isFinite
isInfinite
isNaN
isNegative
runtimeType
sign
Methods
abs
ceil
ceilToDouble
clamp
compareTo
floor
floorToDouble
noSuchMethod
remainder
round
roundToDouble
toDouble
toInt
toString
toStringAsExponential
toStringAsFixed
toStringAsPrecision
truncate
truncateToDouble
Operators
operator %
operator *
operator +
operator -
operator /
operator <
operator <=
operator ==
operator >
operator >=
operator unary-
operator ~/
Static methods
parse
tryParse
Constants
infinity
maxFinite
minPositive
nan
negativeInfinity