Compare two numbers using the Double.compare method. The result “0” means the two numbers are equal, “1” means the first number is greater than the second number, “-1” means the first number is less than the second number.
${ncompare;numberA;numberB}