Skip to main content

kgToST (Function)

This converts the input given in kilograms into US tons.

Syntax

<DOUBLE> unitconversion:kgToST(<INT|LONG|FLOAT|DOUBLE> p1)

Query Parameters

NameDescriptionDefault ValuePossible Data TypesOptionalDynamic
p1The value that needs to be converted from kilograms into US tons.INT LONG FLOAT DOUBLENoYes

Example 1

unitconversion:kgToST(1000)

The kilograms value 1000 is converted into US tons as 1.10.