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