[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
Parameters
- value
- Type: SystemSingle
The value to normalize. - minimum
- Type: SystemSingle
The minimum value. - maximum
- Type: SystemSingle
The maximum value.
Return Value
Type: SingleThe normalized value.
See Also