Skip to main content

IsGreaterThan

This Script is part of the Common Scripts Pack.#

Checks if one number (float) is bigger than the other (float). Returns yes: if the first > second. Returns no: if first <= second. Returns an exception if one of the inputs is not a number.

Script Data#


NameDescription
Script Typejavascript
TagsUtility, Condition

Inputs#


Argument NameDescription
firstThe first argument to compare.
secondThe second argument to compare.

Outputs#


PathDescriptionType
yesReturns yes if first > second.Unknown
noReturns no if first <= second.Unknown