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

ActionLess2() public method

Calculates whether arg1 is less than arg2
public ActionLess2 ( ) : System
return System
        public ActionLess2()
        {
            _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 );
        }
ActionLess2