Method GetGearRatio
GetGearRatio(int?)
Returns the gear ratio multiplied with the final drive ratio, this is the ratio used to calculate the torque to apply on the engine.
Declaration
public float GetGearRatio(int? gear = null)
Parameters
| Type | Name | Description |
|---|---|---|
| int? | gear | Optional. If defined returns the desired gear ratio. |
Returns
| Type | Description |
|---|---|
| float | The Gear ratio along with the finalRatio. |