AVOLITES TITAN API

GreaterThan

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

Namespace: Math

Syntax

MACRO

Void GreaterThan(System.String, System.Object, System.Object)

HTTP

http://[ip]:4430/titan/script/Math/GreaterThan

Parameters

result: The property to save the result of the operation in.

x: The value to compare with y.

y: The value to compare with x.