[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'tiUtils' (#tiopf)

tiIsBitSet

Is a particular bit set?

Declaration

Source position: tiUtils.pas line 481

function tiIsBitSet(

  const AValue: LongInt;

  const ABit: Byte

):Boolean;

Description

Is a particular bit set? It is 0-based, so for a 32-bit value the range is 0-31.


Documentation generated on: 2017-08-16