Share via


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: Ff822878.awffdbl1_ZA06051139(ko-kr,office.14).gif

  • If number is odd: Ff822878.awffdbl2_ZA06051140(ko-kr,office.14).gif

참고 항목

개념

WorksheetFunction Object Members

WorksheetFunction Object