MCPcopy Create free account
hub / github.com/SeanDragon/protools / mul

Method mul

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

乘法 @param object @return

(Object object)

Source from the content-addressed store, hash-verified

169 * @return
170 */
171 public Decimal mul(Object object) {
172 this.bigDecimal = this.bigDecimal.multiply(new Decimal(object).getBigDecimal(), mathContext);
173 return this;
174 }
175
176 /**
177 * 除法

Callers

nothing calls this directly

Calls 1

getBigDecimalMethod · 0.80

Tested by

no test coverage detected