floatround
warning
This function starts with lowercase letter.
คำอธิบาย
Round a floating point number to an integer value.
Name | Description |
---|---|
value | The value to round. |
method | The floatround method to use. |
ส่งคืน
The rounded value as an integer.
ตัวอย่าง
floatround(3.3, floatround_ceil);