Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testGetCost
Method · 0.80
testGetCostWithHeadPlus
Method · 0.80
testAddClassNull
Method · 0.80
testAddSingleGet
Method · 0.80
testAddTwiceGet
Method · 0.80
process
Method · 0.80
getCost
Method · 0.80
getMaxRanks
Method · 0.80
initComponents
Method · 0.80
getMaxRank
Method · 0.80
getTotalAbilityPool
Method · 0.80
getBaseContainedWeight
Method · 0.80
Calls
no outgoing calls
Tested by
5
testGetCost
Method · 0.64
testGetCostWithHeadPlus
Method · 0.64
testAddClassNull
Method · 0.64
testAddSingleGet
Method · 0.64
testAddTwiceGet
Method · 0.64