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

ActionNot() public method

Performs a logical NOT of a number
public ActionNot ( ) : System
return System
        public ActionNot()
        {
            _StackOps = new StackChange[ 2 ];
            _StackOps[ 0 ] = new StackPop( AVM1DataTypes.AVM_String );
            // default to version >=5
            _StackOps[ 1 ] = new StackPush( AVM1DataTypes.AVM_boolean );
        }
ActionNot