Skip to content

roundvalue

eisclimber edited this page Apr 4, 2026 · 1 revision

RuntimeUtils.RoundValue(float,RoundType)

Method in RuntimeUtils

Summary

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

public static float RoundValue(float value, RoundType roundType)

Parameters

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

Returns

Ad rounded float number.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally