C# 클래스 Mike.Spikes.Puzzlers.PalindromeExtensions

파일 보기 프로젝트 열기: mikehadlow/Mike.Spikes

공개 메소드들

메소드 설명
IsPalindrome ( this value ) : bool
IsPalindrome2 ( this value ) : bool
Spike ( ) : void
ToDecimalArray ( this input ) : IEnumerable

메소드 상세

IsPalindrome() 공개 정적인 메소드

public static IsPalindrome ( this value ) : bool
value this
리턴 bool

IsPalindrome2() 공개 정적인 메소드

public static IsPalindrome2 ( this value ) : bool
value this
리턴 bool

Spike() 공개 정적인 메소드

public static Spike ( ) : void
리턴 void

ToDecimalArray() 공개 정적인 메소드

public static ToDecimalArray ( this input ) : IEnumerable
input this
리턴 IEnumerable