WorksheetFunction.Fact(Double) Methode

Definition

Gibt die Fakultät einer Zahl zurück. Der Faktor einer Zahl ist gleich 123*...*Zahl.

public:
 double Fact(double Arg1);
public double Fact (double Arg1);
Public Function Fact (Arg1 As Double) As Double

Parameter

Arg1
Double

Zahl – die nicht negative Zahl, deren Fakultät bestimmt werden soll. Wenn Zahl keine ganze Zahl ist, wird sie gekürzt.

Gibt zurück

Gilt für: