Recurity.Swf.AVM1.ActionGreater.ActionGreater C# (CSharp) Method

ActionGreater() public method

Compares if arg2 > arg1
public ActionGreater ( ) : System
return System
        public ActionGreater()
        {
            _StackOps = new StackChange[ 3 ];
            _StackOps[ 0 ] = new StackPop( AVM1DataTypes.AVM_ANY );
            _StackOps[ 1 ] = new StackPop( AVM1DataTypes.AVM_ANY );
            _StackOps[ 2 ] = new StackPush( AVM1DataTypes.AVM_boolean );
        }
ActionGreater