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

Method abs

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

绝对值 @return

()

Source from the content-addressed store, hash-verified

191 * @return
192 */
193 public Decimal abs() {
194 this.bigDecimal = this.bigDecimal.abs(mathContext);
195 return this;
196 }
197 //endregion
198
199 //region 复杂数值运算

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected