SqlDouble.ToSqlInt64 Method

Definition

Converts this SqlDouble structure to SqlInt64.

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

Returns

A new SqlInt64 structure whose Value equals the integer part of the SqlDouble structure's value.

Applies to

See also