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