MathHelperConvertMetersPerSecondToMilesPerHour Method

RAGE Plugin Hook Documentation

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

Converts the specified value from meters per second to miles per hour.

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

public static float ConvertMetersPerSecondToMilesPerHour(
	float metersPerSecond
)

Parameters

metersPerSecond
Type: SystemSingle
The value, in meters per second.

Return Value

Type: Single
A Single representing the value in miles per hour.
See Also

Reference