C# Class FParsec.HexFloat

显示文件 Open project: sandersn/fing

Public Methods

Method Description
DoubleFromHexString ( string str ) : double
DoubleToHexString ( double x ) : string
SingleFromHexString ( string str ) : float
SingleToHexString ( float x ) : string

Method Details

DoubleFromHexString() public static method

public static DoubleFromHexString ( string str ) : double
str string
return double

DoubleToHexString() public static method

public static DoubleToHexString ( double x ) : string
x double
return string

SingleFromHexString() public static method

public static SingleFromHexString ( string str ) : float
str string
return float

SingleToHexString() public static method

public static SingleToHexString ( float x ) : string
x float
return string