video_player
dart:core
double
abstract method operator -
operator -
class double
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
Constants
INFINITY
MAX_FINITE
MIN_POSITIVE
NAN
NEGATIVE_INFINITY
double
operator -
(
num
other
)
Subtraction operator.
Source
double operator -(num other);
method operator -