C# Class Mike.Spikes.Puzzlers.PalindromeExtensions

Afficher le fichier Open project: mikehadlow/Mike.Spikes

Méthodes publiques

Méthode Description
IsPalindrome ( this value ) : bool
IsPalindrome2 ( this value ) : bool
Spike ( ) : void
ToDecimalArray ( this input ) : IEnumerable

Method Details

IsPalindrome() public static méthode

public static IsPalindrome ( this value ) : bool
value this
Résultat bool

IsPalindrome2() public static méthode

public static IsPalindrome2 ( this value ) : bool
value this
Résultat bool

Spike() public static méthode

public static Spike ( ) : void
Résultat void

ToDecimalArray() public static méthode

public static ToDecimalArray ( this input ) : IEnumerable
input this
Résultat IEnumerable