User Tools

Site Tools


macros:function:math.isequal

This is an old revision of the document!


Function

Math.IsEqual

Boolean Math.IsEqual(Object x, Object y)
API http://api.avolites.com/10.1/Math.IsEqual.html
description Returns whether the two values are equal or not.
namespace Math
parameter x ( Object ) : The value to compare with y.
y ( Object ) : The value to compare with x.
return value Boolean True is equal and false otherwise.
Example in

Chase - Double speed:

  <step condition="Math.IsEqual(Playbacks.Editor.Times.ChaseSpeed, 0.0)">...</step>

This step is only executed if the property Playbacks.Editor.Times.ChaseSpeed equals 0.0

Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/math.isequal.1511345016.txt.gz · Last modified: 2017/11/22 10:03 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki