Skip to main content

cmToyd (Function)

This converts the input given in centimeters into yards.

Syntax

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

Query Parameters

NameDescriptionDefault ValuePossible Data TypesOptionalDynamic
p1The value that needs to be converted from centimeters into yards.INT LONG FLOAT DOUBLENoYes

Example 1

unitconversion:cmToyd(1)

The centimeter value 1 is converted into yards as 0.01.