C# 클래스 FParsec.HexFloat

파일 보기 프로젝트 열기: sandersn/fing

공개 메소드들

메소드 설명
DoubleFromHexString ( string str ) : double
DoubleToHexString ( double x ) : string
SingleFromHexString ( string str ) : float
SingleToHexString ( float x ) : string

메소드 상세

DoubleFromHexString() 공개 정적인 메소드

public static DoubleFromHexString ( string str ) : double
str string
리턴 double

DoubleToHexString() 공개 정적인 메소드

public static DoubleToHexString ( double x ) : string
x double
리턴 string

SingleFromHexString() 공개 정적인 메소드

public static SingleFromHexString ( string str ) : float
str string
리턴 float

SingleToHexString() 공개 정적인 메소드

public static SingleToHexString ( float x ) : string
x float
리턴 string