Integer to Float
#1

Is there any way to convert Integer number to Float ..
Reply
#2

Decimal number is the same as "float tagged numbers" in pawn.
Reply
#3

i mean i have Float:Gas for vehicle gas now i am counting its miles its giving me an warning 213: tag mismatch
so i used floatround to avoid it but now i need a decimal point between that miles like '5.3' remember i am using decimal %d not %f.
Reply
#4

Thanks but i fixed it my self i forget to add Float on my declared variable 'miles'.
Reply
#5

PHP код:
new myInt 5;
new 
Float:floatVersion float(myInt); 
Reply
#6

Quote:
Originally Posted by Gammix
Посмотреть сообщение
PHP код:
new myInt 5;
new 
Float:floatVersion float(myInt); 
Also, you can multiply the number by 1.0 to make it decimal.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)