C# Class lclflddiv, runtime

Exibir arquivo Open project: mikedn/runtime

Public Methods

Method Description
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

Method Details

Main() public static method

public static Main ( ) : int
return int

d_f() public static method

public static d_f ( String s ) : double
s String
return double

f_f() public static method

public static f_f ( String s ) : float
s String
return float

i_f() public static method

public static i_f ( String s ) : int
s String
return int

l_f() public static method

public static l_f ( String s ) : long
s String
return long

m_f() public static method

public static m_f ( String s ) : decimal
s String
return decimal

nHldr_f() public static method

public static nHldr_f ( String s ) : numHolder
s String
return numHolder

ui_f() public static method

public static ui_f ( String s ) : uint
s String
return uint

ul_f() public static method

public static ul_f ( String s ) : ulong
s String
return ulong