Calculate membership of a given value to the singleton function.

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

Syntax

C#
public float GetMembership(
	float x
)

Parameters

x
Type: System..::.Single
Value which membership will to be calculated.

Return Value

Degree of membership {0,1} since singletons do not admit memberships different from 0 and 1.

Implements

IMembershipFunction..::.GetMembership(Single)

See Also