|
ToolsFactorialPower Method
|
Returns the factorial falling power of the specified value.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static int FactorialPower(
int value,
int degree
)
Public Shared Function FactorialPower (
value As Integer,
degree As Integer
) As Integer
Request Example
View SourceParameters
- value
- Type: SystemInt32
- degree
- Type: SystemInt32
Return Value
Type:
Int32See Also