Func11_ReturnProduct

<< Click to Display Table of Contents >>

Navigation:  Modules > Asset Management > Software License Management > Authorization Analyzer (Complex license types) > AA Functions >

Func11_ReturnProduct

 

DEPRECATED - SEE FUNCTION 49

 

Description

This function returns the product of two numbers.  The operands are either passed in as constant values, or if either of the constant values are 0, then the operands are expected to be the results of previous rule definitions.

 

Processing Notes

The constant values are first checked to see if both are non-zero.  If so, the product returned will be formed based on the constant values.  Otherwise, the results from two rule definitions defined will be used to calculate a product.

 

Inputs

 

Parameter

Explanation

Constant values 1 and 2

If both are non-zero, then the product will be formed based on the constant values.  Otherwise, the product will be formed based on the most recent results from the two rule definitions specified.

Rule definition result 1

A rule definition number that has a value to use for the multiplicand.

Rule definition result 2

A rule definition number that has a value to use for the multiplier.

 

Outputs

 

Result

Result Explanation

Confidence Adjustment

Return Value

True

If the calculation is successful.

 

Product

False

n/a

 

 

Else

If useable parameters are not presented.

If a runtime error is encountered.

Y

0