SevenDigital.Kata.Euler.Problems.Problem_004_Palindromic.Palindrome.Palindrome C# (CSharp) Method

Palindrome() public method

public Palindrome ( int numberOfDigits ) : System
numberOfDigits int
return System
		public Palindrome(int numberOfDigits)
		{
			_numberOfDigits = numberOfDigits;
		}