Package ucar.ma2

Class ArrayInt.D4

Enclosing class:
ArrayInt

public static class ArrayInt.D4 extends ArrayInt
Concrete implementation of Array specialized for ints, rank 4.
  • Constructor Details

    • D4

      public D4(int len0, int len1, int len2, int len3, boolean isUnsigned)
  • Method Details

    • get

      public int get(int i, int j, int k, int l)
    • set

      public void set(int i, int j, int k, int l, int value)