EOSHIFT intrinsic function
Standard: F77 F90 F95 F2003
  Example Program
<Syntax>
EOSHIFT(ARRAY, SHIFT [ , BOUNDARY, DIM ] )

ARRAY : array of any type and rank N
SHIFT : integer scalar or array of rank N-1
BOUNDARY : same type as ARRAY, scalar or array of rank N-1
DIM : integer scalar
<Semantics>
The EOSHIFT returns an “end-off” shifted array. The amount of the shift is specified by SHIFT. Elements shifted in are taken from the BOUNDARY argument if present; otherwise the values depend on the type of ARRAY and are
Real0.0
Integer0
Logical.FALSE.
Complex(0.,0.)
Character' '
<Related>
CSHIFT intrinsic function