menu

UWP

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

    Show / Hide Table of Contents

    Class BitVectorInt32

    Inheritance
    System.Object
    BitVectorInt32
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public sealed class BitVectorInt32 : ValueType

    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(BitVectorInt32)

    Declaration
    public bool Equals(BitVectorInt32 obj)
    Parameters
    Type Name Description
    BitVectorInt32 obj
    Returns
    Type
    System.Boolean

    Equals(Object)

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

    GetHashCode()

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

    ToString()

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

    ToString(BitVectorInt32)

    Declaration
    public static string ToString(BitVectorInt32 value)
    Parameters
    Type Name Description
    BitVectorInt32 value
    Returns
    Type
    System.String

    Operators

    Equality(BitVectorInt32, BitVectorInt32)

    Declaration
    public static bool operator ==(BitVectorInt32 a, BitVectorInt32 b)
    Parameters
    Type Name Description
    BitVectorInt32 a
    BitVectorInt32 b
    Returns
    Type
    System.Boolean

    Inequality(BitVectorInt32, BitVectorInt32)

    Declaration
    public static bool operator !=(BitVectorInt32 a, BitVectorInt32 b)
    Parameters
    Type Name Description
    BitVectorInt32 a
    BitVectorInt32 b
    Returns
    Type
    System.Boolean

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved