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