FuzzyOr

concerns

The FuzzyOr function links 2 or more specified fuzzy charts in such a way that the fuzzy probabilities are determined for a specified base value and the maximum value of the probabilities is returned.

 

Syntax

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

Return value

Type

Description

Double

Maximum value of 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 from 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.