Platform | x64, Win32, .NET |
Purpose |
To set a single bit. |
Class |
Elemental function. |
Syntax |
INTEGER FUNCTION IBSET(I, POS) |
Description |
The position POS is non-negative with zero as the least significant bit. The result has the same kind type as I. |
Return value |
The result is the same as I except that bit POS is one. |