(long self, int row, int col, int count, float[] data)
| 1356 | private static native int nPutD(long self, int row, int col, int count, double[] data); |
| 1357 | |
| 1358 | private static native int nPutF(long self, int row, int col, int count, float[] data); |
| 1359 | |
| 1360 | private static native int nPutI(long self, int row, int col, int count, int[] data); |
| 1361 |