Class DecimalImpl
Inheritance
System.Object
DecimalImpl
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 DecimalImpl
Methods
| Improve this Doc View SourceEquals(ref Decimal, Object)
Declaration
public static bool Equals(ref decimal aThis, object value)
Parameters
Type | Name | Description |
---|---|---|
System.Decimal | aThis | |
System.Object | value |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode(ref Decimal)
Declaration
public static int GetHashCode(ref decimal aThis)
Parameters
Type | Name | Description |
---|---|---|
System.Decimal | aThis |
Returns
Type | Description |
---|---|
System.Int32 |
ToString(ref Decimal)
Declaration
public static string ToString(ref decimal aThis)
Parameters
Type | Name | Description |
---|---|---|
System.Decimal | aThis |
Returns
Type | Description |
---|---|
System.String |
ToString(ref Decimal, String, IFormatProvider)
Declaration
public static string ToString(ref decimal aThis, string format, IFormatProvider provider)
Parameters
Type | Name | Description |
---|---|---|
System.Decimal | aThis | |
System.String | format | |
System.IFormatProvider | provider |
Returns
Type | Description |
---|---|
System.String |