Product

Description

Minimum Origin Version Required: 2020 SR0

This function is used to multiplies all the numbers from a given set and returns the product.

Syntax

double Product( vector vd )

Parameters

vd

The data vector used to multiplie

Return

Return the product of vd.

Example

product( col(a) ) = ;

See Also