cmToft (Function)
This converts the input given in centimeters into feet.
Syntax
<DOUBLE> unitconversion:cmToft(<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 feet. | INT LONG FLOAT DOUBLE | No | Yes |
Example 1
unitconversion:cmToft(100)
The centimeters value 100
is converted into feet as 3.280
.