Versions Compared

Key

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

...

Rückgabewert float

Gerundeter Wert

Beispiel

Result = Round(1.25,0.1,1);

Resultat: 1.2

Result = Round(1.25,0.1,0);

Resultat: 1.3

Result = Round(1.255,0.1,1);

Resultat: 1.3

Result = Round(1.255,0.1,1);

Resultat: 1.3

Result = Round(1.25,0.1,2);

Resultat: 1.2

Siehe auch

ceil

floor