Package ucar.ma2

Class ArrayShort.D5

Enclosing class:
ArrayShort

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

    • D5

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

    • get

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

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