SqlInt32::Modulus Method (SqlInt32, SqlInt32)
.NET Framework (current version)
Divides two SqlInt32 values and returns the remainder.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlInt32
A SqlInt32 value.
- y
-
Type:
System.Data.SqlTypes::SqlInt32
A SqlInt32 value.
Return Value
Type: System.Data.SqlTypes::SqlInt32The 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: