Displaying 1 result from an estimated 1 matches for "b01d43".
Did you mean:
10143
2006 Jul 19
1
ASCII dump from an REXP (JRI)
...is:
nucleitrain=RXP[unknown/19, id=1218430184, o=null]
RXP[unknown/19, id=1218430408, o=null]
RXP[int[], id=1219416784, o=[I at 1b000e7]
RXP[unknown/6, id=1204356856, o=null]
RXP[unknown/6, id=1204325140, o=null]
RXP[int[], id=1203946856, o=[I at b76fa]
RXP[double[], id=1210952032, o=[D at b01d43]
Which means I have to anticipate each expression type and properly handle
it. If one does not know, a priori, what these expressions are, how can one
do it?
Ideally, I?m looking for something like the following:
REXP rexp=reng.eval(? . . . . ?);
rexp.DisplayToScreenAsRGuiDisplays();
I know t...