floor abstract method

Number floor()

Returns the greatest Number with an integer value no greater than this Number. If this is not finite (NaN or infinity), throws an UnsupportedError.

Implementation

Number floor();