Algorithm & Expression
Available Operator
Example
Rule
Expression
b2 = b1
b2=b1
b4 = b2 + 0x1F
b4 = b2 + 31
b15 = b0 xor b1
b15 = b0 @^ b1
b2= not b0
b2 = @~b0
Please convert the hexadecimal number to decimal
Drag expression up/down to change the sequence
The calculation starts from the top to the end.
Extended Usage
Visit mXparser WebSite
Last updated