for( int  i= 0; i < in.length; i++) {
            in[i] = inputs[i].castTo(dataType); //No-op if correct type
        }