bitflaglong()

Scalar. Returns a value with all bits set to zero, except a specified bit.

Syntax

bitflaglong ( bit )

Parameters

bit

An integer indicating which bit to set, starting from 0 as the least-significant bit.

Usage

The function returns a long.

Example

bitflaglong (35) returns 34359738368 or 100000000000000000000000000000000000 in binary.