Background for Starfield
Member of the Math script
intfunctionRound(floatafValueToRound)Global

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)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.