Summary
This article covers the ceiling command.
Description
This command returns the smallest integer value that is greater than or equal to the value provided.
Attributes
- none
Parameters
- one number command
Example
<script scriptId="lowestAE">
<body>
<s:assign>
<s:question path=".lowestAe"/>
<s:ceiling>
<s:numberPath path=".aeNums:value"/>
</s:ceiling>
</s:assign>
</body>
<target typeId="aeNums" when="preprocess" shouldReconcile='true' />
</script>Need more help?
Please visit the Fountayn Contact Information page.