fromStr() public static méthode

public static fromStr ( string s ) : Double
s string
Résultat Double
Exemple #1
0
 public static Double toFloat(string self, bool check)
 {
     return(FanFloat.fromStr(self, check));
 }
Exemple #2
0
 public static Double toFloat(string self)
 {
     return(FanFloat.fromStr(self, true));
 }