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

ActionLess() public method

Calculates whether arg1 is less than arg2
public ActionLess ( ) : System
return System
        public ActionLess()
        {
            _StackOps = new StackChange[ 3 ];
            _StackOps[ 0 ] = new StackPop( AVM1DataTypes.AVM_String );
            _StackOps[ 1 ] = new StackPop( AVM1DataTypes.AVM_String );
            // default to version >= 5
            _StackOps[ 2 ] = new StackPush( AVM1DataTypes.AVM_boolean );
        }
ActionLess