C# Class lclflddiv, runtime

Afficher le fichier Open project: mikedn/runtime

Méthodes publiques

Méthode 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 méthode

public static Main ( ) : int
Résultat int

d_f() public static méthode

public static d_f ( String s ) : double
s String
Résultat double

f_f() public static méthode

public static f_f ( String s ) : float
s String
Résultat float

i_f() public static méthode

public static i_f ( String s ) : int
s String
Résultat int

l_f() public static méthode

public static l_f ( String s ) : long
s String
Résultat long

m_f() public static méthode

public static m_f ( String s ) : decimal
s String
Résultat decimal

nHldr_f() public static méthode

public static nHldr_f ( String s ) : numHolder
s String
Résultat numHolder

ui_f() public static méthode

public static ui_f ( String s ) : uint
s String
Résultat uint

ul_f() public static méthode

public static ul_f ( String s ) : ulong
s String
Résultat ulong