BigIntegerStatic: Factorial

Factorial

Calculates the factorial of an integer value.



 Public Function Factorial(
	  ByVal x As BigInteger ) As BigInteger

Parameters

x
[ByVal] BigInteger. The value to calculate the factorial of.

Return Values

BigInteger -  A BigInteger value of the factorial.

Remarks

See Also

Project VBCorLib Overview Class BigIntegerStatic Overview BigIntegerStatic Properties BigIntegerStatic Methods Equals FlipBit