Apex.System.Math.mod C# (CSharp) Метод

mod() публичный статический Метод

public static mod ( int x, int y ) : int
x int
y int
Результат int
        public static int mod(int x, int y)
        {
            throw new global::System.NotImplementedException("Math.Mod");
        }

Same methods

Math::mod ( long x, long y ) : long