C# Class CleanCode.Extensions

Show file Open project: alexyork/Samples

Public Methods

Method Description
IsMultipleOfFive ( this number ) : bool
IsMultipleOfThree ( this number ) : bool
IsMultipleOfThreeAndFive ( this number ) : bool

Method Details

IsMultipleOfFive() public static method

public static IsMultipleOfFive ( this number ) : bool
number this
return bool

IsMultipleOfThree() public static method

public static IsMultipleOfThree ( this number ) : bool
number this
return bool

IsMultipleOfThreeAndFive() public static method

public static IsMultipleOfThreeAndFive ( this number ) : bool
number this
return bool