System::Collections::Specialized::BitVector32::idx_get メソッド
BitVector32::idx_get(BitVector32::Section) method
指定されたセクションの値を取得します。
int32_t System::Collections::Specialized::BitVector32::idx_get(BitVector32::Section section)
| パラメーター | 型 | 説明 |
|---|---|---|
| セクション | BitVector32::Section | 指定されたセクション。 |
参照
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page 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.Page for C++