Calculates the numerical result of the OR operation applied to two fuzzy membership values.

Namespace:  AForge.Fuzzy
Assembly:  AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public float Evaluate(
	float membershipA,
	float membershipB
)

Parameters

membershipA
Type: System..::.Single
A fuzzy membership value, [0..1].
membershipB
Type: System..::.Single
A fuzzy membership value, [0..1].

Return Value

The numerical result of the binary operation OR applied to membershipA and membershipB.

Implements

ICoNorm..::.Evaluate(Single, Single)

See Also