method
truncate
truncate()
public
Returns num truncated to an integer. Numeric implements this by converting its value to a float and invoking Float#truncate.
truncate()
public
Returns num truncated to an integer. Numeric implements this by converting its value to a float and invoking Float#truncate.