Click or drag to resize
Accord.NET (logo)

IUnaryOperatorEvaluate Method

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

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
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 operation applied to membership
See Also