BitOnInteger and BitOrInteger (Float functions): Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:Float:BitOrInteger subtitle}} The <var>BitOrInteger</var> intrinsic function performs a logical OR on the bits of two integers. ==Syntax== {{Te...") |
|
(No difference)
|
Revision as of 20:25, 29 September 2012
Do bitwise Or of integers (Float class) [introduced in Sirius Mods 7.9]
The BitOrInteger intrinsic function performs a logical OR on the bits of two integers.
Syntax
%result = float:BitOrInteger( orBits)
Syntax terms
%result | A variable to receive the result of ORing together the bits of float and orBits. |
---|---|
float | One of the floats to be ORed. |
orBits | The other float to be ORed. |
Usage notes
- The BitOrInteger function is available as of Sirius Mods Version 7.9