'Declaration Public Function New( _
ByVal analyzerThe analyzer.As Vintasoft.Imaging.Processing.IProcessingCommandInfo, _
ByVal targetThe target.As System.Object, _
ByVal valueThe logical value.As Boolean, _
ByVal leftAnalyzerResultThe left analyzer result.As AnalyzerResult(Of TValue), _
ByVal comparisonOperatorThe comparison operator.As ComparisonOperator, _
ByVal rightArgumentValueThe right argument value.As TValue _
)
public ComparerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo analyzer,
System.Object target,
bool value,
AnalyzerResult<TValue> leftAnalyzerResult,
ComparisonOperator comparisonOperator,
TValue rightArgumentValue
)
public: ComparerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo* analyzer,
System.Object target,
bool value,
AnalyzerResult<TValue*>* leftAnalyzerResult,
ComparisonOperator comparisonOperator,
TValue* rightArgumentValue
)
public:
ComparerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo^ analyzer,
System.Object target,
bool value,
AnalyzerResult<TValue^>^ leftAnalyzerResult,
ComparisonOperator comparisonOperator,
TValue^ rightArgumentValue
)
Parameters
- analyzer
- The analyzer.
- target
- The target.
- value
- The logical value.
- leftAnalyzerResult
- The left analyzer result.
- comparisonOperator
- The comparison operator.
- rightArgumentValue
- The right argument value.