double GallonsToLiters (double gallons);
This function converts from Gallons (U.S. Liquid) to Liters.
Input | ||
Name | Type | Description |
gallons | double | Pass the value in units of Gallons to convert to units of Liters. |
Name | Type | Description |
liters | double | Returns the converted value in units of Liters. |