Package ucar.ma2

Class ArrayShort.D4

Enclosing class:
ArrayShort

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

    • D4

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

    • get

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

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