<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 Dec 2014 13:09:00 Z</lastBuildDate><pubDate>29 Dec 2014 11:37:00 Z</pubDate><description>I am stuck where I have to separate the Whole Number Part and its Mantissa from a Real number that results from various calculations.&#13;
&#13;
For Example:&#13;
a, b, FinalA, FinalB is int c is real a = 22 b = 4 c = a/b Here I need to check whether the value in variable C had Mantissa or not. If it has Mantissa then I have to separate the Whole Number Part and its Mantissa and store the same in the variables FinalA and FinalB.&#13;
&#13;
How to achieve this?&#13;
&#13;
Are there any ready to use functions that we can use directly?&#13;
&#13;
TIA&#13;
&#13;
Yogi Yang</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49622-how-separate-whole-value-and-mantissa-from-real/read.awp</link><title>How to separate whole Value and Mantissa from a Real Value</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49622-how-separate-whole-value-and-mantissa-from-real-49624/read.awp</comments><pubDate>29 Dec 2014 13:09:00 Z</pubDate><description>WOW!! :xcool:&#13;
&#13;
It never occurred to me to check for such function names!&#13;
&#13;
Thanks for the hint.&#13;
&#13;
Regards,&#13;
&#13;
Yogi Yang</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49622-how-separate-whole-value-and-mantissa-from-real-49624/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49622-how-separate-whole-value-and-mantissa-from-real-49624/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49622-how-separate-whole-value-and-mantissa-from-real/read.awp">How to separate whole Value and Mantissa from a Real Value</source><title>Re: How to separate whole Value and Mantissa from a Real Value</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49622-how-separate-whole-value-and-mantissa-from-real-49623/read.awp</comments><pubDate>29 Dec 2014 12:03:00 Z</pubDate><description>Hi,&#13;
&#13;
You can use the functions DecimalPart() and IntegerPart()&#13;
&#13;
Regards</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49622-how-separate-whole-value-and-mantissa-from-real-49623/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49622-how-separate-whole-value-and-mantissa-from-real-49623/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49622-how-separate-whole-value-and-mantissa-from-real/read.awp">How to separate whole Value and Mantissa from a Real Value</source><title>Re: How to separate whole Value and Mantissa from a Real Value</title></item></channel></rss>
