Dart
dart:core
num
operator unary- abstract method
operator unary-
num class
Constructors
num
Properties
hashCode
isFinite
isInfinite
isNaN
isNegative
sign
runtimeType
Methods
abs
ceil
ceilToDouble
clamp
compareTo
floor
floorToDouble
remainder
round
roundToDouble
toDouble
toInt
toString
toStringAsExponential
toStringAsFixed
toStringAsPrecision
truncate
truncateToDouble
noSuchMethod
Operators
operator %
operator *
operator +
operator -
operator /
operator <
operator <=
operator ==
operator >
operator >=
operator unary-
operator ~/
Static methods
parse
tryParse
operator unary- method
num
operator unary-
(
)
Negate operator.
Implementation
num operator -();