WorksheetFunction.FactDouble Method (Excel)
Returns the double factorial of a number.
Syntax
식 .FactDouble(Arg1)
식 A variable that represents a WorksheetFunction object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Arg1 |
필수 |
Variant |
Number - the value for which to return the double factorial. If number is not an integer, it is truncated. |
Return Value
Double
Remarks
If number is nonnumeric, FACTDOUBLE returns the #VALUE! error value.
If number is negative, FACTDOUBLE returns the #NUM! error value.
If number is even:
If number is odd: