floor method

Double floor()

Returns the floor of this Double.

Implementation

Double floor() => Double(_value.floorToDouble());