Class DoubleImpl
Inheritance
System.Object
DoubleImpl
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class DoubleImpl : object
Methods
|
Improve this Doc
View Source
Parse(String)
Declaration
public static double Parse(string s)
Parameters
Type |
Name |
Description |
System.String |
s |
|
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
ToString(ref Double)
Declaration
public static string ToString(ref double aThis)
Parameters
Type |
Name |
Description |
System.Double |
aThis |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TryParse(String, out Double)
Declaration
public static bool TryParse(string s, out double result)
Parameters
Type |
Name |
Description |
System.String |
s |
|
System.Double |
result |
|
Returns
Type |
Description |
System.Boolean |
|