Class ConvertDouble

java.lang.Object
org.jruby.util.ConvertDouble

public class ConvertDouble extends Object
  • Constructor Details

    • ConvertDouble

      public ConvertDouble()
  • Method Details

    • byteListToDouble19

      public static double byteListToDouble19(ByteList bytes, boolean strict)
      Converts supplied ByteList into a double. strict-mode will not like extra text non-numeric text or multiple sequention underscores.