|   | ICoNormEvaluate Method  | 
        
         
            Calculates the numerical result of a CoNorm (OR) operation applied to
            two fuzzy membership values.
            
 
    Namespace: 
   Accord.Fuzzy
    Assembly:
   Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
 Syntax
Syntaxfloat Evaluate(
	float membershipA,
	float membershipB
)
Function Evaluate ( 
	membershipA As Single,
	membershipB As Single
) As Single
Parameters
- membershipA
- Type: SystemSingle
 A fuzzy membership value, [0..1].
- membershipB
- Type: SystemSingle
 A fuzzy membership value, [0..1].
Return Value
Type: 
SingleThe numerical result the operation OR applied to 
membershipA
            and 
membershipB.
 See Also
See Also