LitersToGallons
double LitersToGallons (double liters);
Purpose
This function converts from Liters to Gallons (U.S. Liquid).
Parameters
Input | ||
Name | Type | Description |
liters | double | Pass the value in units of Liters to convert to units of Gallons. |
Return Value
Name | Type | Description |
gallons | double | Returns the converted value in units of Gallons. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later