C# 클래스 SevenDigital.Kata.Euler.Problems.Problem_004_Palindromic.Palindrome

파일 보기 프로젝트 열기: antonydenyer/ProgrammingKatas 1 사용 예제들

공개 메소드들

메소드 설명
AllPalindromes ( ) : IEnumerable
IsPalindrome ( string input ) : bool
Largest ( ) : int
Palindrome ( int numberOfDigits ) : System

메소드 상세

AllPalindromes() 공개 메소드

public AllPalindromes ( ) : IEnumerable
리턴 IEnumerable

IsPalindrome() 공개 메소드

public IsPalindrome ( string input ) : bool
input string
리턴 bool

Largest() 공개 메소드

public Largest ( ) : int
리턴 int

Palindrome() 공개 메소드

public Palindrome ( int numberOfDigits ) : System
numberOfDigits int
리턴 System