C# Class Arithmetica.Tests.Framework.MathExpressionBuilder

Afficher le fichier Open project: patriksvensson/arithmetica

Méthodes publiques

Méthode Description
CreateArithmetic ( ArithmeticOperator @operator, double left, double right ) : ArithmeticExpression

Method Details

CreateArithmetic() public static méthode

public static CreateArithmetic ( ArithmeticOperator @operator, double left, double right ) : ArithmeticExpression
@operator ArithmeticOperator
left double
right double
Résultat ArithmeticExpression