truncate method

SqlMoney truncate()

Returns the integer value obtained by discarding any fractional digits from this num.

Implementation

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