C# 클래스 lclflddiv, runtime

파일 보기 프로젝트 열기: mikedn/runtime

공개 메소드들

메소드 설명
Main ( ) : int
d_f ( String s ) : double
f_f ( String s ) : float
i_f ( String s ) : int
l_f ( String s ) : long
m_f ( String s ) : decimal
nHldr_f ( String s ) : numHolder
ui_f ( String s ) : uint
ul_f ( String s ) : ulong

메소드 상세

Main() 공개 정적인 메소드

public static Main ( ) : int
리턴 int

d_f() 공개 정적인 메소드

public static d_f ( String s ) : double
s String
리턴 double

f_f() 공개 정적인 메소드

public static f_f ( String s ) : float
s String
리턴 float

i_f() 공개 정적인 메소드

public static i_f ( String s ) : int
s String
리턴 int

l_f() 공개 정적인 메소드

public static l_f ( String s ) : long
s String
리턴 long

m_f() 공개 정적인 메소드

public static m_f ( String s ) : decimal
s String
리턴 decimal

nHldr_f() 공개 정적인 메소드

public static nHldr_f ( String s ) : numHolder
s String
리턴 numHolder

ui_f() 공개 정적인 메소드

public static ui_f ( String s ) : uint
s String
리턴 uint

ul_f() 공개 정적인 메소드

public static ul_f ( String s ) : ulong
s String
리턴 ulong