MathHelperNormalize Method

RAGE Plugin Hook Documentation

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

Normalizes the specified value.

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

public static float Normalize(
	float value,
	float minimum,
	float maximum
)

Parameters

value
Type: SystemSingle
The value to normalize.
minimum
Type: SystemSingle
The minimum value.
maximum
Type: SystemSingle
The maximum value.

Return Value

Type: Single
The normalized value.
See Also

Reference