Exemplo n.º 1
0
 public int GetInputDimension()
 {
     XmmInterface.setCurrentModelInstance(thisIndex);
     return(XmmInterface.getInputDimension());
 }
Exemplo n.º 2
0
 public int getInputDimension()
 {
     return(XmmInterface.getInputDimension());
 }