Converts fixed value to an integer, rounding it to the nearest integer value and returns it.
Syntax
public static int FixedRoundToInt(
int
)
public: static int FixedRoundToInt(
int
)
public:
static int FixedRoundToInt(
int
)
Parameters
- value
- Fixed value to be converted.
Return Value
Integer value.
See Also