+ 1
Make a float value back into interger
Can i make a Float value back into an interger without specifically subtracting the decimal numbers?
2 Réponses
+ 7
Integer() and Float() or to_i and to_f
Can i make a Float value back into an interger without specifically subtracting the decimal numbers?