cmToyd (Function)
This converts the input given in centimeters into yards.
Syntax
<DOUBLE> unitconversion:cmToyd(<INT|LONG|FLOAT|DOUBLE> p1)
Query Parameters
Name | Description | Default Value | Possible Data Types | Optional | Dynamic |
---|---|---|---|---|---|
p1 | The value that needs to be converted from centimeters into yards. | INT LONG FLOAT DOUBLE | No | Yes |
Example 1
unitconversion:cmToyd(1)
The centimeter value 1
is converted into yards as 0.01
.