mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
chore: remarks explaining method name limitations
This commit is contained in:
parent
fc4ae67e40
commit
f8fc68e08f
1 changed files with 1 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ namespace ICD.Common.Utils
|
|||
/// <param name="number"></param>
|
||||
/// <param name="mod"></param>
|
||||
/// <returns></returns>
|
||||
/// <remarks>method name can't be "Mod", due to S+ compatability issues</remarks>
|
||||
public static int Modulus(int number, int mod)
|
||||
{
|
||||
int remainder = number % mod;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue