Skip to main content

tTokg (Function)

This converts the input given in tonnes into kilograms.

Syntax

<DOUBLE> unitconversion:tTokg(<INT|DOUBLE> p1)

Query Parameters

NameDescriptionDefault ValuePossible Data TypesOptionalDynamic
p1The value that needs to be converted from tonnes into kilograms.INT DOUBLENoYes

Example 1

unitconversion:tTokg(inValue)

The tonne value is converted into kilograms as 1000.0.