static int lFloatArray(float[] a) { ret a == null ? 0 : a.length; }