AVOLITES TITAN API

Float

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

Namespace: Math.IsNotEqual

Syntax

MACRO

Boolean NotEqualFloat(System.Object, System.Object, System.Object)

HTTP

http://[ip]:4430/titan/script/Math/IsNotEqual/Float

Parameters

x: First item to compare.

y: Second item to compare.

precision: The precision of the floats.

Returns

True if the two values are not equal.