menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct BitVectorInt32 - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct BitVectorInt32

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Collections
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public struct BitVectorInt32

    Constructors

    BitVectorInt32(BitVectorInt32)

    Declaration
    public BitVectorInt32(BitVectorInt32 value)
    Parameters
    Type Name Description
    BitVectorInt32 value

    BitVectorInt32(Int32)

    Declaration
    public BitVectorInt32(int data)
    Parameters
    Type Name Description
    System.Int32 data

    Properties

    Data

    Declaration
    public int Data { get; }
    Property Value
    Type
    System.Int32

    Item[BitVectorInt32.Section]

    Declaration
    public int this[BitVectorInt32.Section section] { get; set; }
    Parameters
    Type Name Description
    BitVectorInt32.Section section
    Property Value
    Type
    System.Int32

    Item[Int32]

    Declaration
    public bool this[int bit] { get; set; }
    Parameters
    Type Name Description
    System.Int32 bit
    Property Value
    Type
    System.Boolean

    Methods

    CreateMask()

    Declaration
    public static int CreateMask()
    Returns
    Type
    System.Int32

    CreateMask(Int32)

    Declaration
    public static int CreateMask(int previous)
    Parameters
    Type Name Description
    System.Int32 previous
    Returns
    Type
    System.Int32

    CreateSection(Int16)

    Declaration
    public static BitVectorInt32.Section CreateSection(short maxValue)
    Parameters
    Type Name Description
    System.Int16 maxValue
    Returns
    Type
    BitVectorInt32.Section

    CreateSection(Int16, BitVectorInt32.Section)

    Declaration
    public static BitVectorInt32.Section CreateSection(short maxValue, BitVectorInt32.Section previous)
    Parameters
    Type Name Description
    System.Int16 maxValue
    BitVectorInt32.Section previous
    Returns
    Type
    BitVectorInt32.Section

    Equals(Object)

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    System.Object o
    Returns
    Type
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type
    System.String
    Overrides
    System.ValueType.ToString()

    ToString(BitVectorInt32)

    Declaration
    public static string ToString(BitVectorInt32 value)
    Parameters
    Type Name Description
    BitVectorInt32 value
    Returns
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved