Show / Hide Table of Contents

    Class IsMultipleOfNine

    Inheritance
    Object
    IsMultipleOfNine
    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 IsMultipleOfNine

    Methods

    IsTrue(Int32)

    Declaration
    public static bool IsTrue(int x)
    Parameters
    Type Name Description
    Int32 x
    Returns
    Type Description
    Boolean
    Back to top Generated by DocFX