共用方式為


Functions.Factorial(Int32) 方法

定義

計算指定自然數位的因數。

public static long Factorial (int n);
static member Factorial : int -> int64

參數

n
Int32

數字。

傳回

n!

適用於