JCL Help:KgToSton

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a mass from kilograms to short ton.


Pascal

 function KgToSton(const Kg: Float): Float;


Parameters

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


Return Value

The mass after conversion to short ton.


Description

The KgToSton routine converts the specified mass, in kilograms, to the corresponding mass in short ton.


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