AVOLITES TITAN API

Float

Returns whether the two floats are not equal using the precision.

Namespace: Math.IsNotEqual

Syntax

MACRO

Boolean Math.IsNotEqual.Float(Object x, Object y, Object precision)

HTTP

http://[ip]:4430/titan/script/2/Math/IsNotEqual/Float?x={}&y={}&precision={}

Parameters

x ( Object ) : First item to compare.

y ( Object ) : Second item to compare.

precision ( Object ) : The precision of the floats.

Returns

True if the two values are not equal.