SqlInt64::Mod Method (SqlInt64, SqlInt64)
.NET Framework (current version)
Computes the remainder after dividing the first SqlInt64 parameter by the second.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlInt64
A SqlInt64 structure.
- y
-
Type:
System.Data.SqlTypes::SqlInt64
A SqlInt64 structure.
Return Value
Type: System.Data.SqlTypes::SqlInt64A new SqlInt64 structure whose Value property contains the remainder.
.NET Framework
Available since 1.1
Available since 1.1
Show: