Interface NumPrecisionReserveMethod

All Known Implementing Classes:
More01ReserveMethod, MoreHalfReserveMethod

public interface NumPrecisionReserveMethod
保留数字精确位的方法
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    reserve(double num, int precision)
     
    float
    reserve(float num, int precision)
     
  • Method Details

    • reserve

      float reserve(float num, int precision)
    • reserve

      double reserve(double num, int precision)