Package ucar.ma2

Class ArrayShort.D3

Enclosing class:
ArrayShort

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

    • D3

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

    • get

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

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