Show / Hide Table of Contents

Operator Implicit

| Improve this Doc View Source

Implicit(Nullable<Int32> to _Int32)

Implicitly converts the supplied value to a column of parameter expression.

Declaration
public static implicit operator _Int32(int? x)
Parameters
Type Name Description
System.Nullable<System.Int32> x

The value of the parameter expression.

Returns
Type Description
_Int32

The column of parameter expression.

| Improve this Doc View Source

Implicit(_Byte to _Int32)

Converts the supplied _Byte to _Int32.

Declaration
public static implicit operator _Int32(_Byte x)
Parameters
Type Name Description
_Byte x

A _Byte object.

Returns
Type Description
_Int32

A _Int32 expression which contains the result.

| Improve this Doc View Source

Implicit(_Int16 to _Int32)

Converts the supplied _Int16 to _Int32.

Declaration
public static implicit operator _Int32(_Int16 x)
Parameters
Type Name Description
_Int16 x

A _Int16 object.

Returns
Type Description
_Int32

A _Int32 expression which contains the result.

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