MCPcopy Create free account
hub / github.com/PCGen/pcgen / convertWeightToUnitSet

Method convertWeightToUnitSet

code/src/java/pcgen/core/UnitSet.java:259–262  ·  view source on GitHub ↗

Convert weight in pounds to weight in units. @param weightInPounds @return double weight in units.

(final double weightInPounds)

Source from the content-addressed store, hash-verified

257 * @return double weight in units.
258 */
259 public double convertWeightToUnitSet(final double weightInPounds)
260 {
261 return weightInPounds * weightFactor.doubleValue();
262 }
263
264 /**
265 * Convert weight in pounds to weight in units.

Callers 3

getWeightMethod · 0.80
refreshWeightMethod · 0.80

Calls 1

doubleValueMethod · 0.80

Tested by

no test coverage detected