SqlInt32.ToSqlDouble Method

Definition

Converts this SqlInt32 structure to SqlDouble.

public:
 System::Data::SqlTypes::SqlDouble ToSqlDouble();
public System.Data.SqlTypes.SqlDouble ToSqlDouble ();
member this.ToSqlDouble : unit -> System.Data.SqlTypes.SqlDouble
Public Function ToSqlDouble () As SqlDouble

Returns

A new SqlDouble structure equal to the value of this SqlInt32.

Applies to

See also