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