Navigation: Code Documentation > RSFuzzyLogic > FuzzyLogic > Classes > TFuzzySet > Methods
TFuzzySet.InterpolateY(TFzyFloat,TFzyFloat,TFzyFloat,TFzyFloat,TFzyFloat) Method
Returns the Y Value corresponding to the X Value on the line represented by X1, Y1 to X2, Y2.
Namespace: FuzzyLogic
Delphi
public function InterpolateY( X1, Y1, X2, Y2, XValue: TFzyFloat ): TFzyFloat;
Parameters
X1
Type: TFzyFloat
Y1
X2
Y2
XValue
•TFuzzySet
•FuzzyLogic