AVOLITES TITAN API

GreaterThan

Checks whether one value is greater than another and saves the result in a property.

Namespace: Math

Syntax

MACRO

Void Math.GreaterThan(String result, Object x, Object y)

HTTP

http://[ip]:4430/titan/script/2/Math/GreaterThan?result={string}&x={}&y={}

Parameters

result ( String ) : The property to save the result of the operation in.

x ( Object ) : The value to compare with y.

y ( Object ) : The value to compare with x.