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.