Hi,
I am converting 50123.4 to boolean then boolean to floating point. I am getting 50123. It is removing fractional part.
I am first converting 50123.4 to 32 bits using boolean split then from 32 bits to decimal using boolean join.
suggest if any other login using which i can convert positive/ negative decimal number (+/-50123.4) to boolean and back to +/- decimal number (+/-50123.4).