Operator Implicit
| Improve this Doc View SourceImplicit(Nullable<Decimal> to _Decimal)
Implicitly converts the supplied value to a column of parameter expression.
Declaration
public static implicit operator _Decimal(decimal? x)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.Decimal> | x | The value of the parameter expression. |
Returns
| Type | Description |
|---|---|
| _Decimal | The column of parameter expression. |
Implicit(_Byte to _Decimal)
Declaration
public static implicit operator _Decimal(_Byte x)
Parameters
| Type | Name | Description |
|---|---|---|
| _Byte | x | A _Byte object. |
Returns
| Type | Description |
|---|---|
| _Decimal | A _Decimal expression which contains the result. |
Implicit(_Int16 to _Decimal)
Declaration
public static implicit operator _Decimal(_Int16 x)
Parameters
| Type | Name | Description |
|---|---|---|
| _Int16 | x | A _Int16 object. |
Returns
| Type | Description |
|---|---|
| _Decimal | A _Decimal expression which contains the result. |
Implicit(_Int64 to _Decimal)
Declaration
public static implicit operator _Decimal(_Int64 x)
Parameters
| Type | Name | Description |
|---|---|---|
| _Int64 | x | A _Int64 object. |
Returns
| Type | Description |
|---|---|
| _Decimal | A _Int64 expression which contains the result. |
Implicit(_Int32 to _Decimal)
Declaration
public static implicit operator _Decimal(_Int32 x)
Parameters
| Type | Name | Description |
|---|---|---|
| _Int32 | x | A _Int32 object. |
Returns
| Type | Description |
|---|---|
| _Decimal | A _Decimal expression which contains the result. |
Implicit(_Double to _Decimal)
Declaration
public static implicit operator _Decimal(_Double x)
Parameters
| Type | Name | Description |
|---|---|---|
| _Double | x | A _Double object. |
Returns
| Type | Description |
|---|---|
| _Decimal | A _Decimal expression which contains the result. |
Implicit(_Single to _Decimal)
Declaration
public static implicit operator _Decimal(_Single x)
Parameters
| Type | Name | Description |
|---|---|---|
| _Single | x | A _Single object. |
Returns
| Type | Description |
|---|---|
| _Decimal | A _Decimal expression which contains the result. |