MCPcopy Create free account
hub / github.com/MenoData/Time4J / toBigDecimal

Method toBigDecimal

base/src/main/java/net/time4j/MachineTime.java:1141–1147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1139 * @return BigDecimal
1140 */
1141 public BigDecimal toBigDecimal() {
1142
1143 StringBuilder sb = new StringBuilder();
1144 this.createNumber(sb);
1145 return new BigDecimal(sb.toString());
1146
1147 }
1148
1149 /**
1150 * <p>Converts this machine time to its JSR-310-equivalent. </p>

Callers 2

multipliedByMethod · 0.95
dividedByMethod · 0.95

Calls 2

createNumberMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected