roundvalueint - eisclimber/ExPresS-XR GitHub Wiki

RuntimeUtils.RoundValueInt(float,RoundType)

Method in RuntimeUtils

Summary

A single function to round a value to an full number as integer in different ways.

public static int RoundValueInt(float value, RoundType roundType);

Parameters

Name Description
float value Value to be rounded.
ExPresSXR.Misc.RuntimeUtils.RoundType roundType How rounding should be performed.

Returns

A rounded int number.

⚠️ **GitHub.com Fallback** ⚠️