SqlDouble.ToSqlSingle Method

Definition

Converts this SqlDouble structure to SqlSingle.

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

Returns

A new SqlSingle structure whose Value is equal to the Value of this SqlDouble.

Applies to

See also