length method

num length()

Returns the length of this interval.

Implementation

num length() => max - min;