Package ucar.ma2

Class ArrayLong.D2

Enclosing class:
ArrayLong

public static class ArrayLong.D2 extends ArrayLong
Concrete implementation of Array specialized for longs, rank 2.
  • Constructor Details

    • D2

      public D2(int len0, int len1, boolean isUnsigned)
      Constructor for array of shape {len0,len1}.
  • Method Details

    • get

      public long get(int i, int j)
      get the value.
    • set

      public void set(int i, int j, long value)
      set the value.