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