<-- Previous || Up || Next -->

Product Function
Math Statistics Class

Public Function Product( _
    ParamArray vValues() As Variant _
    ) As Variant

Product of numeric arguments.

Examples:
    Product(12, 34, 56) = 22848
    Product(SampleData) = 2.2983260998091E+198
See also:
    ProductArray Function
    Sum Function
    StatVarType Property
    PRODUCT Function (Microsoft Excel)
vValues: The values that are to be multiplied together. Can be numbers, one-dimensional numeric arrays, one-dimensional Variant arrays, one-dimensional Variant arrays with embedded arrays, or any combination of these. The current setting of the StatVarType Property determines which numeric data types are recognized by this function.
Return value: Function returns the product of the numeric values. Function returns Null if none of the arguments are numeric.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.