tTokg (Function)
This converts the input given in tonnes into kilograms.
Syntax
<DOUBLE> unitconversion:tTokg(<INT|DOUBLE> p1)
Query Parameters
Name | Description | Default Value | Possible Data Types | Optional | Dynamic |
---|---|---|---|---|---|
p1 | The value that needs to be converted from tonnes into kilograms. | INT DOUBLE | No | Yes |
Example 1
unitconversion:tTokg(inValue)
The tonne value is converted into kilograms as 1000.0
.