Page 1 of 1

how to seperate integeral and fractional part?

Posted: Thu Jan 19, 2006 5:15 am
by itsmani1
i want seprate both integer part and fractional part number a floating number

for example there is a floating number 1254.845
i want to extract intergeral part which is 1254
how can i do that?

Posted: Thu Jan 19, 2006 5:18 am
by duk

Posted: Thu Jan 19, 2006 5:46 am
by itsmani1
okie thanx its working.