Version

UltraCalcFunctionProduct Class

Multiplies a series of numbers to return their total product.
Syntax
'Declaration
 
Public Class UltraCalcFunctionProduct 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionProduct : BuiltInFunctionBase 
Remarks

PRODUCT( value1, value2, ..., valueN)

Value1 is the first number (the multiplicand) in a series of numbers that you want to multiply.

Value2 is the second number (the first multiplier) in a series of numbers that you want to multiply.

ValueN is the last number (the last multiplier) in a series of numbers that you want to multiply.

This function offers a convenience when you need to multiply many numbers or expressions at one time.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also