C# Class Kramax.FuzzyTriRight

Inheritance: FuzzyMembership
ファイルを表示 Open project: Kramax/KramaxAutoPilot

Public Properties

Property Type Description
r_right_range float
right0 float

Public Methods

Method Description
Eval ( float x ) : float
FuzzyTriRight ( float right0_, float right100_ )

Method Details

Eval() public method

public Eval ( float x ) : float
x float
return float

FuzzyTriRight() public method

public FuzzyTriRight ( float right0_, float right100_ )
right0_ float
right100_ float

Property Details

r_right_range public_oe property

public float r_right_range
return float

right0 public_oe property

public float right0
return float