|
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
)
Function Evaluate (
membership As Single
) As Single
Request Example
View SourceParameters
- membership
- Type: SystemSingle
A fuzzy membership value, [0..1].
Return Value
Type:
SingleThe numerical result of the operation applied to
membershipSee Also