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