System::Collections::Specialized::BitVector32::Section クラス
Section class
ベクトルのセクションを表し、整数を格納できます。
class Section
メソッド
| メソッド | 説明 |
|---|---|
| Equals(const BitVector32::Section&) | 指定されたオブジェクトが現在のオブジェクトと同じかどうかを判断します。 |
| get_Mask() | このセクションを BitVector32 内で分離するマスクを取得します。 |
| get_Offset() | このセクションの BitVector32 の開始位置からのオフセットを取得します。 |
| GetHashCode() const | 現在のオブジェクトのハッシュコードを返します。 |
| Section() | 空のオブジェクトを作成します。 |
| Section(int16_t, int16_t) | 指定されたマスクとオフセットで Section オブジェクトを作成します。 |
| static ToString(BitVector32::Section) | value パラメータが表す値を文字列に変換します。 |
| ToString() const | 現在のオブジェクトで表される値を文字列に変換します。 |
参照
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++