floatabs
warning
This function starts with lowercase letter.
คำอธิบาย
This function returns the absolute value of float.
Name | Description |
---|---|
Float:value | The float value to get the absolute value of. |
ส่งคืน
The absolute value of the float (as a float value).
ตัวอย่าง
floatabs(47.0); // This will return 47.0.
floatabs(-47.0); // This will return the same.