Mps2kmph
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | Mps2kmph | |
| Function Description: | ||
| File Location: | cmm.converterFunctions.lua | |
| Syntax: | CMM.Mps2kmph( number value ) | |
| Return Value: | number | |
| Parameters: | Name | Description |
| value | Speed in meters per second. | |
| Example: | CMM.Mps2kmph(50) | |
| Example Description: | Converts 50 m/s to 180 km/h and returns the result. | |
| Related Functions: | ||
| Notes: | ||