Class ConvertDouble

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

public class ConvertDouble extends Object
  • Constructor Details

    • ConvertDouble

      public ConvertDouble()
  • Method Details

    • byteListToDouble

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