Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PCGen/pcgen
/ doubleValue
Method
doubleValue
code/src/java/pcgen/util/SignedInteger.java:47–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
@Override
48
public
double doubleValue()
49
{
50
return
value;
51
}
52
53
@Override
54
public
float floatValue()
Callers
15
add
Method · 0.80
subtract
Method · 0.80
divide
Method · 0.80
max
Method · 0.80
min
Method · 0.80
multiply
Method · 0.80
testGetVariableValueStatMod
Method · 0.80
testGetVariableValueStatModNew
Method · 0.80
testGetClassVar
Method · 0.80
testSkillPrereq
Method · 0.80
testVarBonus
Method · 0.80
testJepIf
Method · 0.80
Calls
no outgoing calls
Tested by
15
testGetVariableValueStatMod
Method · 0.64
testGetVariableValueStatModNew
Method · 0.64
testGetClassVar
Method · 0.64
testSkillPrereq
Method · 0.64
testVarBonus
Method · 0.64
testJepIf
Method · 0.64
evaluatesTo
Method · 0.64
testFromUnderlying
Method · 0.64
testToUnderlying
Method · 0.64
performEvaluation
Method · 0.64
testEvaluateLegal
Method · 0.64
testEvaluateLegal
Method · 0.64