Dart
dart:core
double
abs abstract method
abs
double class
Constructors
double
Properties
sign
hashCode
isFinite
isInfinite
isNaN
isNegative
runtimeType
Methods
abs
ceil
ceilToDouble
floor
floorToDouble
remainder
round
roundToDouble
toString
truncate
truncateToDouble
clamp
compareTo
noSuchMethod
toDouble
toInt
toStringAsExponential
toStringAsFixed
toStringAsPrecision
Operators
operator %
operator *
operator +
operator -
operator /
operator unary-
operator ~/
operator <
operator <=
operator ==
operator >
operator >=
Static methods
parse
tryParse
Constants
infinity
maxFinite
minPositive
nan
negativeInfinity
abs method
double
abs
(
)
Returns the absolute value of this
double
.
Implementation
double abs();