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

FZ_BIT2MASK

Description

Creates a fzrt_int mask from a bit position. This macro will create a mask with the Nth bit set. The 0th bit is the least significant bit.

Plugin Prototype

#define FZ_BIT2MASK( n)

Parameters

integer n [Input]

bit position to set.

Availability

5.0.0.0

Defined in

fzrt_api_type.h