public class ConvertDouble extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConvertDouble.DoubleConverter |
Constructor and Description |
---|
ConvertDouble() |
Modifier and Type | Method and Description |
---|---|
static double |
byteListToDouble(org.jruby.util.ByteList bytes,
boolean strict)
Converts supplied ByteList into a double.
|
static double |
byteListToDouble19(org.jruby.util.ByteList bytes,
boolean strict)
Converts supplied ByteList into a double.
|
public static double byteListToDouble(org.jruby.util.ByteList bytes, boolean strict)
public static double byteListToDouble19(org.jruby.util.ByteList bytes, boolean strict)
Copyright © 2001-2015 JRuby. All Rights Reserved.