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

FZ_CHKBIT

Description

Check value of a bit. This macros test if the nth bit of an integer is set. The 0th bit is the least significant bit.

Plugin Prototype

#define FZ_CHKBIT( val, n)

Parameters

lvalue val [Input, Result]

integer variable whose bit is to be checked.

integer n [Input]

bit position to check.

Availability

5.0.0.0

Defined in

fzrt_api_type.h