Dart SDK
dart:core
double
operator <
operator <
Dart SDK
dart:core
double
operator <
method
operator <
Source
Dart SDK
dart:core
double
Constants
INFINITY
MAX_FINITE
MIN_POSITIVE
NAN
NEGATIVE_INFINITY
Static methods
parse
Properties
isFinite
isInfinite
isNaN
isNegative
sign
Constructors
double
Operators
operator %
operator *
operator +
operator -
operator /
operator <
operator <=
operator ==
operator >
operator >=
operator unary-
operator ~/
Methods
abs
ceil
ceilToDouble
clamp
compareTo
floor
floorToDouble
remainder
round
roundToDouble
toDouble
toInt
toString
toStringAsExponential
toStringAsFixed
toStringAsPrecision
truncate
truncateToDouble
bool
operator <
(
num
other
)
Relational less than operator.
Source
/** Relational less than operator. */ bool operator <(num other);