Create(string,Double,TdxBinaryOperatorType) Constructor
Initializes a new instance of the TdxBinaryOperator class with specified settings.
Declaration
constructor Create(const APropertyName: string; AValue: Double; AType: TdxBinaryOperatorType = TdxBinaryOperatorType.Equal); overload;
Parameters
Name | Type |
---|---|
APropertyName | string |
AValue | Double |
AType | TdxBinaryOperatorType |
See Also