FuzzyAnd

concerns

The FuzzyAnd function links 2 or more specified fuzzy diagrams in such a way that the fuzzy probabilities are determined and multiplied for a specified base value. This determined probability value is returned by the function.

 

Syntax

FuzzyAnd(Basevalue, Diagram1, Diagram2 [, Diagram3 [, ...])

Return value

Type

Description

Double

Multiplied fuzzy probabilities of the fuzzy diagrams for the base value

Parameter

Use

Name

Type

Passing

Description

Required

Basevalue

Double

ByVal

X value of the fuzzy diagrams to be evaluated.

Required

Diagram1

Fuzzy

ByVal

Variable of type Fuzzy of the first fuzzy diagram to be tested.

Required

Diagram2

Fuzzy

ByVal

Variable of type Fuzzy of the second fuzzy diagram to be tested.

Optional

Diagram3-n

Fuzzy

ByVal

Further variables of type Fuzzy to be tested.