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 [[macros:types]]. | ^ [[macros:namespace]] | [[macros:namespace:math.cast]] | ^ parameter | value ( [[macros:type:object|Object]] ) : The value to be translated. | ^ return value | ([[macros:type:single|Single]]) | == Example in == [[macros:example:changechaseroverlap]]: ActionScript.SetProperty("Playbacks.Editor.Times.ChaseFixtureOverlap", Math.Cast.ToSingle(1)) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~