Summary

This command returns the largest integer value that is less than or equal to the value provided.


Attributes

  • none

Parameters

  • one number command

Example

<script scriptId="largestAE">
    <body>
        <s:assign>
            <s:question path=".largestAe"/>
            
            <s:floor>
                <s:numberPath path=".aeNums:value"/>
            </s:floor>
            
        </s:assign>
    </body>
    <target typeId="aeNums" when="preprocess" shouldReconcile='true' />
</script>



Need more help?

Please visit the Fountayn Contact Information page.