コード例 #1
0
ファイル: NslInt2.java プロジェクト: salvadormarmol/NSL_3_0_S
 public int set(int pos1, int pos2, NslNumeric0 value) {
   return set(pos1, pos2, value.getint());
 }
コード例 #2
0
ファイル: NslInt2.java プロジェクト: salvadormarmol/NSL_3_0_S
 public int[][] set(NslNumeric0 n) {
   return set(n.getint());
 }