Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

value
Type: SystemInt32
degree
Type: SystemInt32

Return Value

Type: Int32
See Also