[Gambas-user] Best ways to format float values

PICCORO McKAY Lenz mckaygerhard at ...626...
Thu Jul 13 17:31:33 CEST 2017


2017-07-13 1:46 GMT-04:00 bb <adamnt42 at ...626...>:

> I always round i.e. Print Round(26.6601666666666,-2) -->

the digits see -> .660


> which is 26.66 by the way, not 26.67! (I have no idea how you got that.)


due 660 and -2 said the firts two digits, the round will take effect only
in last digit.. due the last no have another mayor than 5, then let in "6"

sorry i dont know how to explain, i deal with this several months ago and
solve it in that way



>
>
> b
>
>
>
>
> On 13/07/17 15:09, alexchernoff wrote:
>
>> Peace to all,
>>
>> this might a bit silly but what is the best way to format float values
>> like
>> 26.6601666666666 into having two digits AND/OR  with rounding them?
>>
>> e.g.
>>
>> 26.6601666666666 becomes 26.66 shortened
>> 26.6601666666666 becomes 26.67 rounded
>>
>> cheers!
>>
>>
>>
>>
>>
>> --
>> View this message in context: http://gambas.8142.n7.nabble.c
>> om/Best-ways-to-format-float-values-tp59733.html
>> Sent from the gambas-user mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list