C# Class Recurity.Swf.AVM1.ActionModulo

Blitzableiter ActionModulo represents the Adobe AVM1 ActionModulo
Inheritance: AbstractAction
Mostra file Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionModulo ( ) : System

calculates x modulo y. If y is 0, then NaN (0x7FC00000) is pushed to the stack.

Method Details

ActionModulo() public method

calculates x modulo y. If y is 0, then NaN (0x7FC00000) is pushed to the stack.
public ActionModulo ( ) : System
return System