libsim  Versione7.1.6
Membri pubblici | Elenco di tutti i membri
Riferimenti per l'nterfacciaarray_utilities::append

Quick method to append an element to the array. Continua...

Membri pubblici

integer function arrayof_integer_append (this, content)
 Quick method to append an element to the array. Continua...
 
integer function arrayof_real_append (this, content)
 Quick method to append an element to the array. Continua...
 
integer function arrayof_doubleprecision_append (this, content)
 Quick method to append an element to the array. Continua...
 
integer function arrayof_logical_append (this, content)
 Quick method to append an element to the array. Continua...
 

Descrizione dettagliata

Quick method to append an element to the array.

The return value is the position at which the element has been appended.

Parametri
TYPE(arrayof_integer)::thisarray object to extend
INTEGER,INTENT(in)::contentobject of TYPE INTEGER to append

The return value is the position at which the element has been appended.

Parametri
TYPE(arrayof_real)::thisarray object to extend
REAL,INTENT(in)::contentobject of TYPE REAL to append

The return value is the position at which the element has been appended.

Parametri
TYPE(arrayof_doubleprecision)::thisarray object to extend
DOUBLEPRECISION,INTENT(in)::contentobject of TYPE DOUBLEPRECISION to append

The return value is the position at which the element has been appended.

Parametri
TYPE(arrayof_logical)::thisarray object to extend
LOGICAL,INTENT(in)::contentobject of TYPE LOGICAL to append

Definizione alla linea 505 del file array_utilities.F90.


Generated with Doxygen.