MCPcopy Index your code
hub / github.com/SeanDragon/protools / add

Method add

common/src/main/java/pro/tools/data/decimal/Decimal.java:147–150  ·  view source on GitHub ↗

基本数值运算:加法 @param object @return

(Object object)

Source from the content-addressed store, hash-verified

145 * @return
146 */
147 public Decimal add(Object object) {
148 this.bigDecimal = this.bigDecimal.add(new Decimal(object).getBigDecimal(), mathContext);
149 return this;
150 }
151
152 /**
153 * 减法

Callers 15

checkPublicKeyMethod · 0.80
signMethod · 0.80
verifyMethod · 0.80
keyExchange_2Method · 0.80
keyExchange_3Method · 0.80
convertRequestMethod · 0.80
convertRequestMethod · 0.80
sqrtMethod · 0.80
getMatchesMethod · 0.80
jsonToModelListMethod · 0.80
jsonToMapListMethod · 0.80
jsonToArrayListMethod · 0.80

Calls 1

getBigDecimalMethod · 0.80

Tested by

no test coverage detected