C# Class PclUnit.Constraints.Pieces.AndOperator

Operator that requires both it's arguments to succeed
Inheritance: BinaryOperator
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
AndOperator ( )

Construct an AndOperator

ApplyOperator ( Constraint left, Constraint right ) : Constraint

Apply the operator to produce an AndConstraint

Method Details

AndOperator() public méthode

Construct an AndOperator
public AndOperator ( )

ApplyOperator() public méthode

Apply the operator to produce an AndConstraint
public ApplyOperator ( Constraint left, Constraint right ) : Constraint
left Constraint
right Constraint
Résultat Constraint