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