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