DB2®Real370.op_implicit Method
Converts the supplied double
to DB2Real370.
- Namespace:
IBM.Data.DB2Types
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Shared Widening Operator CType (source As Float) As DB2Real370
[C#]
public static implicit operator DB2Real370 (float source)
[C++]
public:
static implicit operator DB2Real370 (float source)
Parameters
- source
- A
double
value to be converted to DB2Real370.
Return value
A DB2Real370 structure with the value of source.