Class Calc
Inheritance
object
Calc
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain
Syntax
public static class Calc
Methods
Mod(int, int)
Declaration
public static int Mod(int a, int b)
Parameters
Type | Name | Description |
---|---|---|
int | a | |
int | b |
Returns
Type | Description |
---|---|
int |