Computes the remainder after dividing its first SqlInt16 operand by its second. C# Copy public static System.Data.SqlTypes.SqlInt16 operator % (System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y); Parameters x SqlInt16 A SqlInt16 structure. y SqlInt16 A SqlInt16 ...
The following example shows results for the%operator when dividing3by2. SQL SELECTTOP(1)3%2FROMDimEmployee; Here's the result set. Output Additional resources Events Join AI Skills Fest Challenge Apr 8, 11 PM - May 28, 3 PM Sharpen your AI skills and enter the sweepstakes to win a free...
Computes the remainder after dividing its first SqlInt16 operand by its second. C# 複製 public static System.Data.SqlTypes.SqlInt16 operator % (System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y); Parameters x SqlInt16 A SqlInt16 structure. y SqlInt16 ...