SqlInt64 Explicit Conversion (SqlSingle to SqlInt64)
.NET Framework (current version)
Namespace:
System.Data.SqlTypes
Assembly: System.Data (in System.Data.dll)
Return to top
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlSingle
The SqlSingle structure to be converted.
Return Value
Type: System.Data.SqlTypes::SqlInt64A new SqlInt64 structure whose Value property contains the integer part of the SqlSingle parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: