简体   繁体   中英

What is the C# equivalent of std::bitset of C++

什么是C ++的std::bitset的C#等价物?

有几个选项,包括BitVector32BitArray

另一种选择,如果你想要高达64位,但你不想要BitArray的开销,那就是使用来自BitArray替代.NET Micro Framework的样本将你自己的BitVector64放在一起。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM