Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/diffplug/matfilerw
/ isLogical
Method
isLogical
src/main/java/com/jmatio/types/MLArray.java:249–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
247
}
248
249
public
boolean isLogical() {
250
return
(attributes & mtFLAG_LOGICAL) == mtFLAG_LOGICAL;
251
}
252
253
public
boolean isFunctionObject() {
254
return
type == mxFUNCTION_CLASS;
Callers
1
toString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected