Este artigo ainda não foi traduzido.
This actions plugin adds new functions to the existing Math object. Specifically, with this plugin you will be able to perform bitwise operations (not, and, or, xor, shift) on decimal numbers. It also adds a function to show decimals as hexadecimals.
This plugin adds the following actions to the Math object:
- Not - Performs a inversion of all bits of the number passed as argument
- And - Performs a bitwise AND operation of two decimal numbers
- Or - Performs a bitwise OR operation of two decimal numbers
- Xor - Performs a bitwise XOR (exclusive-or) operation of two decimal numbers
- LShift - Performs a bitwise shift to the left of the decimal number. Shifting one bit to the left equals multiplying the number by two. The operation can cause overflows
- RShift - Performs a bitwise shift to the right of the decimal number. Shifting one bit to the right equals dividing the number by two, by cutting off the less significative bit
- NumberToHex - Returns the equivalent hex value of a decimal value
This plugin works with the following host applications:
- AutoPlay Media Studio 7
- AutoPlay Media Studio 8
- Setup Factory 8
- TrueUpdate 3
- Visual Patch 3
Download
Standalone Installer
 | File size: 978 KB Current version: 2.0.1.0 Updated: February 2013 |
For users of AutoPlay Media Studio 8
 | File size: 4.71 MB Current version: 2.6.2.0 Updated: May 2013 |