DB2®Int64.op_implicit Method

Converts the supplied long integer to DB2Int64.

Namespace:
IBM.Data.DB2Types
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Shared Widening Operator CType (source As Long) As DB2Int64
[C#]
public static implicit operator DB2Int64 (long source)
[C++]
public:
static implicit operator DB2Int64 (long source)

Parameters

source
A long integer value to be converted to DB2Int64.

Return value

A DB2Int64 structure with the value of source.