dashboard
repositories
filestore
activity
search
login
main
/
hsyjv2
赣州市洪水风险预警系统三维版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
洪水淹没-修改渲染点位的颜色
guoshilong
2023-02-22
55ef61385a92d48d7add64e1c3f01e4b7bad1a7a
[hsyjv2.git]
/
libs
/
Source
/
Core
/
isBitSet.js
1
2
3
4
5
6
7
8
/**
* @private
*/
function isBitSet(bits, mask) {
return ((bits & mask) !== 0);
}
export default isBitSet;