ILEN (integer) Class: Elemental function - Generic Returns the length (in bits) of the two's complement representation of an integer. The result type is the same as the argument. Examples: ILEN (4) has the value 3. ILEN (-4) has the value 2.