[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 UTC."],[[["The `LESS_THAN` function checks if a given number is less than a specified number, returning `TRUE` if it is and `FALSE` otherwise."],["This function takes a single numerical input parameter, and can be used to check the value of both Integer and Double data types."],["An example usage demonstrates that when `$var1` is `25`, the expression `$var1.LESS_THAN(27)` evaluates to `TRUE`, indicating that 25 is less than 27."],["The document covers data types that are supported, showing that it can operate with Doubles and Integers."]]],[]]