Class RKUtil


  • public class RKUtil
    extends Object
    Utility class for helping convert RK numbers.
    Author:
    Andrew C. Oliver (acoliver at apache dot org), Glen Stampoultzis (glens at apache.org), Rolf-Juergen Moll
    See Also:
    MulRKRecord, RKRecord
    • Method Detail

      • decodeNumber

        public static double decodeNumber​(int number)
        Do the dirty work of decoding; made a private static method to facilitate testing the algorithm