KilometersToMiles
double KilometersToMiles (double kilometers);
Purpose
This function converts from Kilometers to Miles (statute).
Parameters
| Input | ||
| Name | Type | Description |
| kilometers | double | Pass the value in units of Kilometers to convert to units of Miles. |
Return Value
| Name | Type | Description |
| miles | double | Returns the converted value in units of Miles. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later