math_expressions
math_expressions
Interval
length
length
math_expressions
math_expressions
Interval
length
method
length
Source
math_expressions
math_expressions
Interval
Constructors
Interval
empty
Properties
hashCode
max
min
runtimeType
Operators
operator *
operator +
operator -
operator /
operator <
operator <=
operator ==
operator >
operator >=
operator unary-
Methods
compareTo
contains
containsZero
glb
includes
isBound
isEmpty
isPositive
length
lub
noSuchMethod
toString
num
length
(
)
Returns the length of this interval.
Source
num length() => max - min;