Package ucar.ma2

Class ArrayFloat.D3

Enclosing class:
ArrayFloat

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

    • D3

      public D3(int len0, int len1, int len2)
      Constructor for array of shape {len0,len1,len2}.
  • Method Details

    • get

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

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