Show / Hide Table of Contents

Operator Implicit

| Improve this Doc View Source

Implicit(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.

| Improve this Doc View Source

Implicit(_Byte to _Decimal)

Converts the supplied _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.

| Improve this Doc View Source

Implicit(_Int16 to _Decimal)

Converts the supplied _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.

| Improve this Doc View Source

Implicit(_Int64 to _Decimal)

Converts the supplied _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.

| Improve this Doc View Source

Implicit(_Int32 to _Decimal)

Converts the supplied _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.

| Improve this Doc View Source

Implicit(_Double to _Decimal)

Converts the supplied _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.

| Improve this Doc View Source

Implicit(_Single to _Decimal)

Converts the supplied _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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest