Interface ByteCalculation

All Superinterfaces:
Calculation, Serializable
All Known Implementing Classes:
AbstractByteCalculation, ToByteMatrix

public interface ByteCalculation extends Calculation
  • Method Details

    • getByte

      byte getByte(long... coordinates)
    • setByte

      void setByte(byte value, long... coordinates)