Creates a new fuzzy name by concatenating the fuzzy expression with the base hedge. The ModifyY parameter specifies whether the hedge modifies Y values or X values.
Namespace: FuzzyConsts
Delphi |
function CreateFuzzyName( Hedge: TBaseFuzzyHedge; ModifyY: Boolean; Expression: String ): String; overload; |
Parameters
Hedge
Type: TBaseFuzzyHedge
ModifyY
Type: Boolean
Expression
Type: String
Type: String
Reference |