double KilogramsToPounds (double kilograms);
This function converts from Kilograms to Pounds (avdp.).
| Input | ||
| Name | Type | Description |
| kilograms | double | Pass the value in units of Kilograms to convert to units of Pounds. |
| Name | Type | Description |
| pounds | double | Returns the converted value in units of Pounds. |