Float.truncate
truncate
Group: Rounding
Aliases: int
Documentation
Truncate a floating-point number to an integer by dropping the fractional part. This is equivalent to "round-toward-zero".
Group: Rounding
Aliases: int
Truncate a floating-point number to an integer by dropping the fractional part. This is equivalent to "round-toward-zero".