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

Afficher le fichier Open project: antonydenyer/ProgrammingKatas Class Usage Examples

Méthodes publiques

Méthode Description
AllPalindromes ( ) : IEnumerable
IsPalindrome ( string input ) : bool
Largest ( ) : int
Palindrome ( int numberOfDigits ) : System

Method Details

AllPalindromes() public méthode

public AllPalindromes ( ) : IEnumerable
Résultat IEnumerable

IsPalindrome() public méthode

public IsPalindrome ( string input ) : bool
input string
Résultat bool

Largest() public méthode

public Largest ( ) : int
Résultat int

Palindrome() public méthode

public Palindrome ( int numberOfDigits ) : System
numberOfDigits int
Résultat System