IntelĀ® Fortran Compiler 18.0 Developer Guide and Reference

Model for Bit Data

The model set for bits (binary digits) interprets a binary digit w located at position k of a nonnegative integer scalar object based on a model nonnegative integer defined by the following:

model set for bits (binary digits)

The following values apply to this model set:

The interpretation of a negative integer as a sequence of bits is processor dependent.

The inquiry function BIT_SIZE provides the value of the parameter s of the model.

The following example shows the bit model for j = 1001 (integer 9) using a bit number (s) of 4:

bit model for j = 1001 (integer 9) using a bit number (s) of 4

bit model for j = 1001 (integer 9) using a bit number (s) of 4

See Also