LabWindows/CVI

GallonsToLiters

double GallonsToLiters (double gallons);

Purpose

This function converts from Gallons (U.S. Liquid) to Liters.

Parameters

Input
Name Type Description
gallons double Pass the value in units of Gallons to convert to units of Liters.

Return Value

Name Type Description
liters double Returns the converted value in units of Liters.

Additional Information

Library: Programmer's Toolbox

Include file: toolbox\toolbox.h

LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later

Log in to get a better experience