Function ====== SimpleMath ====== Float value1 / value2 ^ API | (not mentioned in API) | ^ description | simple mathematical calculations directly as parameters | ^ [[macros:namespace]] | | ^ parameter | | ^ return value | ([[macros:type:float]]) | (depending from calculation) * multiplication: * * division: / == Example in == [[macros:example:halvechasespeed]]: /* e.g. example:exportmacro */ ActionScript.SetProperty.Float("Playbacks.Editor.Times.ChaseSpeed", Playbacks.Editor.Times.ChaseSpeed / 2) /* the next lines can usually remain untouched */ == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~