Brekeke SIP Server Wiki

$math.gt

Greater than (num1 > num2)

Syntax:
$math.gt( num1, num2 )
Returns:

If num1 is greater than num2, true will be returned.
Otherwise, false will be returned.

 

Version Since:

1.0

 

Where the function can be used:
  • Preliminary rules
  • Regular rules

 

 

See Also:

$math.ge
$math.lt
$math.le

Yes No
Suggest Edit