SqlInt64::Modulus Method (SqlInt64, SqlInt64)
.NET Framework (current version)
Divides two SqlInt64 values and returns the remainder.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlInt64
A SqlInt64 value.
- y
-
Type:
System.Data.SqlTypes::SqlInt64
A SqlInt64 value.
Return Value
Type: System.Data.SqlTypes::SqlInt64The remainder left after division is performed on x and y.
If either instance of x or y is null, the value will be null.
.NET Framework
Available since 2.0
Available since 2.0
Show: