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