How to extract Float to Integer
#1

I have value : 52.42
How to extract it to 2 Integer?
Like that:
new value[2];
value[0] = 52;
value[1] = 42;
Reply


Messages In This Thread
How to extract Float to Integer - by Raefal - 31.05.2014, 08:44
Re: How to extract Float to Integer - by Calgon - 31.05.2014, 08:50
Re: How to extract Float to Integer - by Raefal - 31.05.2014, 08:54
Re: How to extract Float to Integer - by Calgon - 31.05.2014, 08:55
Re: How to extract Float to Integer - by KeNTos - 31.05.2014, 08:57
Re: How to extract Float to Integer - by Raefal - 31.05.2014, 09:07
Re: How to extract Float to Integer - by Calgon - 31.05.2014, 09:15
Re: How to extract Float to Integer - by Vince - 31.05.2014, 10:01
Re: How to extract Float to Integer - by Konstantinos - 31.05.2014, 10:29
Re: How to extract Float to Integer - by Calgon - 31.05.2014, 10:31

Forum Jump:


Users browsing this thread: 3 Guest(s)