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)
| パラメーター | 型 | 説明 |
|---|---|---|
| セクション | BitVector32::Section | 指定されたセクション。 |
| value | int32_t | 指定された値。 |
参照
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
BitVector32::idx_set(int32_t, bool) method
すべての指定されたビットが設定されているかどうかを示す値を設定します。
void System::Collections::Specialized::BitVector32::idx_set(int32_t bit, bool value)
| パラメーター | 型 | 説明 |
|---|---|---|
| ビット | int32_t | 指定されたビット。 |
| value | bool | 設定する値。 |
参照
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++