MathHelperRoundToLowerTenth Method (Single)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Rounds the specified float to the nearest lower tenth integer.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static int RoundToLowerTenth(
	float value
)

Parameters

value
Type: SystemSingle
The value to round.

Return Value

Type: Int32
The rounded integer.
See Also

Reference