Dart
dart:core
double
operator unary- abstract method
operator unary-
Dart
dart:core
double
operator unary- abstract method
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
description
operator unary-
method
Null safety
double
operator unary-
(
)
override
Negate operator.
Implementation
double operator -();