Skip to main content

LessThanPercentage

This Script is part of the Common Scripts Pack.#

Checks if one percentage is less than another.

Returns less: if firstPercentage < secondPercentage. Returns more: if firstPercentage >= secondPercentage. Returns an exception if one of the inputs is not a float.

Script Data#


NameDescription
Script Typejavascript
TagsUtility, Condition

Inputs#


Argument NameDescription
firstPercentageThe first percentage.
secondPercentageThe second percentage.

Outputs#


PathDescriptionType
lessWhether the firstPercentage is less than (<) the secondPercentage.Unknown
moreWhether the firstPercentage greater than or equal to (>=) the secondPercentage.Unknown