Documentation of 'org.ujmp.core.booleanmatrix.BooleanMatrix' Java class
BooleanMatrix
org.ujmp.core.booleanmatrix

Interface BooleanMatrix

    • Method Detail

      • getBoolean

        boolean getBoolean(long... coordinates)
        Returns a byte representation of an entry in the matrix. The stored value will be converted to a boolean as good as possible.
        Parameters:
        coordinates - location of the entry
        Returns:
        a boolean representation of the entry @
      • setBoolean

        void setBoolean(boolean value,
                        long... coordinates)
        Sets an entry in the matrix to a boolean value. If the matrix cannot store byte values, the value will be represented as good as possible.
        Parameters:
        value - boolean value
        coordinates - location of the entry @

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.