SqlDecimal.ToSqlDouble Method

Definition

Converts this SqlDecimal 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 SqlDouble structure with the same value as this instance of SqlDecimal.

Applies to

See also