Floatfract

From SA-MP Wiki

Jump to: navigation, search


Calculate and return the fractional part of a float.


Parameters:
(Float:value)
valueThe float to get the fractional part of.


ReturnsThe fractional part of the float.


new Float:fFract = floatfract(3249.34);
// returns 0.34
Personal tools