bigloo.foreign.bgl_ieee_string_to_double C# (CSharp) Method

bgl_ieee_string_to_double() public static method

public static bgl_ieee_string_to_double ( byte s ) : double
s byte
return double
        public static double bgl_ieee_string_to_double( byte[]  s )
        {
            return Double.Parse( newstring( s ) );
        }
foreign