JCL Help:KgToLb

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a mass from kilograms to pounds.


Pascal

 function KgToLb(const Kg: Float): Float;


Parameters

Parameters Description
const Kg: Float The mass, in kilograms, to convert to pounds.


Return Value

The mass after conversion to pounds.


Description

The KgToLb routine converts the specified mass, in kilograms, to the corresponding mass in pounds.


About

Unit

JclUnitConv


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page