Why does this expression evaluate true?
SimpleRoundTo(93.599, -2) > 93.6
When I use the SimpleRoundTo
like this
ShowMessage(FloatToStr(SimpleRoundTo(93.599, -2)));
it shows 93.6
.
Why does this expression evaluate true?
SimpleRoundTo(93.599, -2) > 93.6
When I use the SimpleRoundTo
like this
ShowMessage(FloatToStr(SimpleRoundTo(93.599, -2)));
it shows 93.6
.