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

Method floatValue

code/src/java/pcgen/util/SignedInteger.java:53–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 @Override
54 public float floatValue()
55 {
56 return value;
57 }
58
59 @Override
60 public int intValue()

Callers 15

testGetCostMethod · 0.80
testAddClassNullMethod · 0.80
testAddSingleGetMethod · 0.80
testAddTwiceGetMethod · 0.80
processMethod · 0.80
getCostMethod · 0.80
getMaxRanksMethod · 0.80
initComponentsMethod · 0.80
getMaxRankMethod · 0.80
getTotalAbilityPoolMethod · 0.80

Calls

no outgoing calls

Tested by 5

testGetCostMethod · 0.64
testAddClassNullMethod · 0.64
testAddSingleGetMethod · 0.64
testAddTwiceGetMethod · 0.64