mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 05:05:05 +00:00
chore: remarks explaining method name limitations
This commit is contained in:
@@ -216,6 +216,7 @@ namespace ICD.Common.Utils
|
|||||||
/// <param name="number"></param>
|
/// <param name="number"></param>
|
||||||
/// <param name="mod"></param>
|
/// <param name="mod"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
|
/// <remarks>method name can't be "Mod", due to S+ compatability issues</remarks>
|
||||||
public static int Modulus(int number, int mod)
|
public static int Modulus(int number, int mod)
|
||||||
{
|
{
|
||||||
int remainder = number % mod;
|
int remainder = number % mod;
|
||||||
|
|||||||
Reference in New Issue
Block a user