Click or drag to resize
SfunFact Method
Returns the factorial of an integer.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double Fact(
	int n
)

Parameters

n
Type: SystemInt32
An int value.

Return Value

Type: Double
A double value specifying the factorial of n, n!. If x is negative, the result is NaN.
See Also