Show / Hide Table of Contents

    Class Gcd

    GCD without division or mod operators but using substraction.

    Inheritance
    Object
    Gcd
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.Binary
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class Gcd

    Methods

    Find(Int32, Int32)

    Declaration
    public static int Find(int a, int b)
    Parameters
    Type Name Description
    Int32 a
    Int32 b
    Returns
    Type Description
    Int32
    Back to top Generated by DocFX