- Found in:
- Vanilla
Description
Documentation Comment
rounds away from zero if decimal part is >= 0.5 otherwise rounds towards zero
Caveats
Parameters
floatafValueToRound
Examples
Auto-Generated Example
float myFloat__afValueToRound
int returnedValue = Math.Round(myFloat__afValueToRound)