Factorial
Calculates the factorial of a BigInteger value.
Public Function Factorial(
ByVal Value As BigInteger ) As BigInteger
Parameters
- Value
-
[ByVal]
BigInteger.
The value to calculate the factorial of.
Return Values
BigInteger - A BigInteger value of the factorial.
See Also
Project CorLib Overview
Class BigIntegerStatic Overview