Dart
dart:core
double
operator - abstract method
operator -
Dart
dart:core
double
operator - abstract method
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
description
operator -
method
double
operator -
(
num
other
)
override
Subtraction operator.
Implementation
double operator -(num other);