IAND Function

Purpose

Calculates the logical AND of 2 or more FIXED BINARY values.

Syntax

IAND(x, y, [y,...])

Parameters

Each parameter is an expression that must have a computational type. Up to 255 parameters are allowed.

Description

IAND returns the logical AND of its arguments.

If any argument is not of type FIXED BIN, then it is converted to FIXED BIN.

The result is of type FIXED BIN, with the precision being the maximum of its arguments.

Restrictions

None.