roundvalueint - eisclimber/ExPresS-XR GitHub Wiki
Method in RuntimeUtils
A single function to round a value to an full number as integer in different ways.
public static int RoundValueInt(float value, RoundType roundType);| Name | Description |
|---|---|
float value |
Value to be rounded. |
| ExPresSXR.Misc.RuntimeUtils.RoundType roundType | How rounding should be performed. |
A rounded int number.