menu
fixnum_nanodart package
documentation
fixnum_nanodart
IntX
operator < abstract method
operator <
brightness_4
operator <
abstract method
Null safety
bool
operator <
(
dynamic
other
)
Relational less than operator.
Implementation
bool operator <(other);
fixnum_nanodart package
documentation
fixnum_nanodart
IntX
operator < abstract method
IntX class
Constructors
IntX
Properties
bitLength
hashCode
isEven
isMaxValue
isMinValue
isNegative
isOdd
isZero
runtimeType
Methods
abs
clamp
compareTo
noSuchMethod
numberOfLeadingZeros
numberOfTrailingZeros
remainder
shiftRightUnsigned
toBytes
toDouble
toHexString
toInt
toInt32
toInt64
toRadixString
toSigned
toString
toUnsigned
Operators
operator %
operator &
operator *
operator +
operator -
operator <
operator <<
operator <=
operator ==
operator >
operator >=
operator >>
operator ^
operator unary-
operator |
operator ~
operator ~/