Click or drag to resize
Accord.NET (logo)

NotOperatorEvaluate Method

Calculates the numerical result of the NOT operation applied to a fuzzy membership value.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public float Evaluate(
	float membership
)
Request Example View Source

Parameters

membership
Type: SystemSingle
A fuzzy membership value, [0..1].

Return Value

Type: Single
The numerical result of the unary operation NOT applied to membership.

Implements

IUnaryOperatorEvaluate(Single)
See Also