MCPcopy Create free account
hub / github.com/diffplug/matfilerw / getBytesAllocated

Method getBytesAllocated

src/main/java/com/jmatio/types/MLSingle.java:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public int getBytesAllocated() {
41 return Float.SIZE >> 3;
42 }
43
44 public Class<?> getStorageClazz() {
45 return Float.class;

Callers 2

buldFromBytesMethod · 0.95
getByteArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected