public float GetFraction(int index, int @base, int pbase, float defValue) { return(_array.GetFraction(index, @base, pbase, defValue)); }