Show / Hide Table of Contents

Class Extensions

Inheritance
System.Object
Extensions
Namespace: Edgar.Legacy.GeneralAlgorithms.Algorithms.Common
Assembly: Edgar.dll
Syntax
public static class Extensions : Object

Methods

Mod(Int32, Int32)

Returns x mod m.

Declaration
public static int Mod(this int x, int m)
Parameters
Type Name Description
System.Int32 x
System.Int32 m
Returns
Type Description
System.Int32
Back to top Generated by DocFX