Méthode | Description | |
---|---|---|
Calculate ( BigDecimal bigDecimal1, BigDecimal bigDecimal2 ) : |
||
Calculate ( BigInteger bigint1, BigInteger bigint2 ) : |
||
Calculate ( int integer1, int integer2 ) : |
||
Calculate ( long long1, long long2 ) : |
Méthode | Description | |
---|---|---|
ArithmeticBinaryOperatorExpression ( IExpression leftOprand, IExpression rightOprand, int precedence ) : System | ||
EvaluationInternal ( object>.IDictionary |
protected ArithmeticBinaryOperatorExpression ( IExpression leftOprand, IExpression rightOprand, int precedence ) : System | ||
leftOprand | IExpression | |
rightOprand | IExpression | |
precedence | int | |
Résultat | System |
public abstract Calculate ( BigDecimal bigDecimal1, BigDecimal bigDecimal2 ) : |
||
bigDecimal1 | BigDecimal | |
bigDecimal2 | BigDecimal | |
Résultat |
public abstract Calculate ( BigInteger bigint1, BigInteger bigint2 ) : |
||
bigint1 | BigInteger | |
bigint2 | BigInteger | |
Résultat |
public abstract Calculate ( int integer1, int integer2 ) : |
||
integer1 | int | |
integer2 | int | |
Résultat |
public abstract Calculate ( long long1, long long2 ) : |
||
long1 | long | |
long2 | long | |
Résultat |
protected EvaluationInternal ( object>.IDictionary | ||
parameters | object>.IDictionary | |
Résultat | object |