floor method

SqlMoney floor()

Returns the greatest integer value no greater than this num.

Implementation

SqlMoney floor() => SqlMoney(value.floor());