UnitConverters.PoundsToKilograms(Double) Method

Definition

Converts pounds to kilograms.

public:
 static double PoundsToKilograms(double pounds);
public static double PoundsToKilograms (double pounds);
static member PoundsToKilograms : double -> double
Public Shared Function PoundsToKilograms (pounds As Double) As Double

Parameters

pounds
Double

The value in pounds to convert.

Returns

The value from pounds in kilograms.

Applies to