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