| www.delorie.com/gnu/docs/gcc/g77_108.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Bit_Size(I) |
Bit_Size: INTEGER function, the `KIND=' value of the type being that of argument I.
I: INTEGER; scalar.
Intrinsic groups: f90.
Description:
Returns the number of bits (integer precision plus sign bit) represented by the type for I.
See section 8.11.9.34 BTest Intrinsic, for how to test the value of a bit in a variable or array.
See section 8.11.9.136 IBSet Intrinsic, for how to set a bit in a variable to 1.
See section 8.11.9.134 IBClr Intrinsic, for how to set a bit in a variable to 0.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |