Skip to main content

floatround

warning

This function starts with lowercase letter.

คำอธิบาย

Round a floating point number to an integer value.

NameDescription
valueThe value to round.
methodThe floatround method to use.

ส่งคืน

The rounded value as an integer.

ตัวอย่าง

floatround(3.3, floatround_ceil);

ฟังก์ชั่นที่เกี่ยวข้องกัน

  • float: Convert an integer to a float.
  • floatstr: Convert an string to a float.