C# Class SevenDigital.Kata.Euler.Problems.Problem_004_Palindromic.Palindrome

Datei anzeigen Open project: antonydenyer/ProgrammingKatas Class Usage Examples

Public Methods

Method Description
AllPalindromes ( ) : IEnumerable
IsPalindrome ( string input ) : bool
Largest ( ) : int
Palindrome ( int numberOfDigits ) : System

Method Details

AllPalindromes() public method

public AllPalindromes ( ) : IEnumerable
return IEnumerable

IsPalindrome() public method

public IsPalindrome ( string input ) : bool
input string
return bool

Largest() public method

public Largest ( ) : int
return int

Palindrome() public method

public Palindrome ( int numberOfDigits ) : System
numberOfDigits int
return System