Searched refs:Rpl (Results 1 – 1 of 1) sorted by relevance
24 public float Round(float Rval, int Rpl) { in Round() argument25 float p = (float) Math.pow(10, Rpl); in Round()