public int set(int pos1, int pos2, NslNumeric0 value) { return set(pos1, pos2, value.getint()); }
public int[][] set(NslNumeric0 n) { return set(n.getint()); }