MCPcopy Create free account
hub / github.com/e2wugui/zeze / floatValue

Method floatValue

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Log.java:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 public float floatValue() {
131 return (float)doubleValue();
132 }
133
134 public double doubleValue() {
135 throw new UnsupportedOperationException(getTypeName());

Callers 6

vector2ValueMethod · 0.95
vector3ValueMethod · 0.95
vector4ValueMethod · 0.95
quaternionValueMethod · 0.95
writeMethod · 0.45
followerApplyMethod · 0.45

Calls 1

doubleValueMethod · 0.95

Tested by

no test coverage detected