System::Collections::Specialized::BitVector32::idx_get 方法
BitVector32::idx_get(BitVector32::Section) method
获取指定区段的值。
int32_t System::Collections::Specialized::BitVector32::idx_get(BitVector32::Section section)
| 参数 | 类型 | 描述 |
|---|---|---|
| section | BitVector32::Section | 指定的段。 |
另见
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
BitVector32::idx_get(int32_t) method
获取一个值,指示所有指定的位是否已设置。
bool System::Collections::Specialized::BitVector32::idx_get(int32_t bit)
| 参数 | 类型 | 描述 |
|---|---|---|
| 位 | int32_t | 指定的位。 |
另见
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++