Creates a new fuzzy name by concatenating the left fuzzy expression, the connection, and a floating point value.
Namespace: FuzzyConsts
Delphi |
function CreateFuzzyName( LeftExpression, Connection: String; RightExpression: TFzyFloat ): String; overload; |
Parameters
LeftExpression
Type: String
Connection
Type: String
RightExpression
Type: TFzyFloat
Type: String
Reference |