FinMath.Fact Method

n! - factorial
public static double Fact( 
int n 
)
This language is not supported or no code example is available.
public:  
static double Fact( 
int n 
)
This language is not supported or no code example is available.
public static function Fact( 
n : int 
) : double;
This language is not supported or no code example is available.

Parameters

n
int

Return Value

double

In this article

Definition