Skip to main content

cmToft (Function)

This converts the input given in centimeters into feet.

Syntax

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

Query Parameters

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

Example 1

unitconversion:cmToft(100)

The centimeters value 100 is converted into feet as 3.280.