Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Result = Round(1.25,0.1,1);

Resultat: 1.20000000000000022

Result = Round(1.25,0.1,0);

...

Result = Round(1.25,0.1,2);

Resultat: 1.20000000000000022

Siehe auch

ceil

floor