PoundsToKilograms
double PoundsToKilograms (double pounds);
Purpose
This function converts from Pounds (avdp.) to Kilograms.
Parameters
Input | ||
Name | Type | Description |
pounds | double | Pass the value in units of Pounds to convert to units of Kilograms. |
Return Value
Name | Type | Description |
kilograms | double | Returns the converted value in units of Kilograms. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later