02.07.2013 Views

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

IARGC()<br />

Description<br />

Get the number of arguments passed to the program.<br />

Class<br />

Elemental nonstandard function.<br />

Result type<br />

Integer.<br />

Result value<br />

Intrinsic procedures<br />

Intrinsic procedure specifications<br />

If no arguments are passed to the program, IARGC returns zero. Otherwise IARGC returns a<br />

count of the arguments that follow the program name on the command line.<br />

IBCLR(I, POS)<br />

Description<br />

Clears a bit to zero.<br />

Class<br />

Elemental function.<br />

Arguments<br />

I must be of type integer.<br />

POS must be of type integer. It must be nonnegative and less than BIT_SIZE(I).<br />

Result type/<br />

type parameters<br />

Same as I.<br />

Result value<br />

TheresulthasthevalueofthesequenceofbitsofI, exceptthatbitPOS of I is set to zero. The<br />

model for the interpretation of an integer value as a sequence of bits is in “The Bit Model” on<br />

page 474.<br />

Chapter 11 523

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!