Class SingleImpl
Inheritance
System.Object
SingleImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System_Plugs.System
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class SingleImpl
Methods
| Improve this Doc View SourceParse(String)
Declaration
public static float Parse(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
Returns
Type | Description |
---|---|
System.Single |
ToString(ref Single)
Declaration
public static string ToString(ref float aThis)
Parameters
Type | Name | Description |
---|---|---|
System.Single | aThis |
Returns
Type | Description |
---|---|
System.String |
ToString(ref Single, String, IFormatProvider)
Declaration
public static string ToString(ref float aThis, string format, IFormatProvider provider)
Parameters
Type | Name | Description |
---|---|---|
System.Single | aThis | |
System.String | format | |
IFormatProvider | provider |
Returns
Type | Description |
---|---|
System.String |
TryParse(String, out Single)
Declaration
public static bool TryParse(string s, out float result)
Parameters
Type | Name | Description |
---|---|---|
System.String | s | |
System.Single | result |
Returns
Type | Description |
---|---|
System.Boolean |