C# Class Recurity.Swf.AVM1.ActionDivide

Blitzableiter ActionDivide represents the Adobe AVM1 ActionDivide
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionDivide ( ) : System

Divides two numbers and pushes the result back to the stack.

Method Details

ActionDivide() public method

Divides two numbers and pushes the result back to the stack.
public ActionDivide ( ) : System
return System