formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT)

FZ_CLRBIT

Description

Sets a bit to 0. This macro will clear the nth bit of an integer value. The 0th bit is the least significant bit.

Plugin Prototype

#define FZ_CLRBIT( val, n)

Parameters

lvalue val [Input, Result]

integer variable whose bit is to be clear.

integer n [Input]

bit position to clear.

Availability

5.0.0.0

Defined in

fzrt_api_type.h