Ghi
Quyền truy cập vào trang này yêu cầu sự cho phép. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Quyền truy cập vào trang này yêu cầu sự cho phép. Bạn có thể thử thay đổi thư mục.
Returns the double factorial of a number.
Syntax
expression.FactDouble (Arg1)
expression A variable that represents a WorksheetFunction object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| Arg1 | Required | 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: 
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.