C# Class SevenDigital.Kata.Euler.Problems.Problem_020_Factorial.Problem_20_Factorial

Mostrar archivo Open project: antonydenyer/ProgrammingKatas

Public Methods

Method Description
Factorial ( System.Numerics.BigInteger max ) : System.Numerics.BigInteger

Private Methods

Method Description
Evaluate ( ) : void

Method Details

Factorial() public method

public Factorial ( System.Numerics.BigInteger max ) : System.Numerics.BigInteger
max System.Numerics.BigInteger
return System.Numerics.BigInteger