Package org.jruby.util
Class ConvertDouble
java.lang.Object
org.jruby.util.ConvertDouble
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double
byteListToDouble
(ByteList bytes, boolean strict) Converts supplied ByteList into a double.
-
Constructor Details
-
ConvertDouble
public ConvertDouble()
-
-
Method Details
-
byteListToDouble
Converts supplied ByteList into a double. strict-mode will not like extra text non-numeric text or multiple sequention underscores.
-