Class MathFunctions.RoundN

    • Constructor Detail

      • RoundN

        public RoundN()
    • Method Detail

      • roundNShort

        public static long roundNShort​(long numPrecision,
                                       long numScale,
                                       long num,
                                       long decimals)
      • roundNLong

        public static Int128 roundNLong​(long numScale,
                                        long resultPrecision,
                                        Int128 num,
                                        long decimals)
      • roundNShortLong

        public static Int128 roundNShortLong​(long numScale,
                                             long resultPrecision,
                                             long num,
                                             long decimals)