macros:function:math.cast.tosingle
Function
Math.Cast.ToSingle
Single Math.Cast.ToSingle(Object value)
API | http://api.avolites.com/10.1/Math.Cast.ToSingle.html |
---|---|
description | Returns an object cast to a float. An exception will be thrown if the cast is invalid. This operation translates an object value to a single value, see Types. |
Namespaces | Math.Cast |
parameter | value ( Object ) : The value to be translated. |
return value | (Single) |
Example in
Chase - Change a chaser's overlap:
<step>ActionScript.SetProperty("Playbacks.Editor.Times.ChaseFixtureOverlap", Math.Cast.ToSingle(1))</step>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/math.cast.tosingle.txt · Last modified: 2018/08/27 17:14 by icke_siegen