Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class BitList

    Inheritance
    System.Object
    BitList
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.Imaging.Mathematics
    Assembly: fo-dicom.core.dll
    Syntax
    public class BitList

    Constructors

    BitList()

    Declaration
    public BitList()

    Properties

    Array

    Declaration
    public byte[] Array { get; }
    Property Value
    Type Description
    System.Byte[]

    Capacity

    Declaration
    public int Capacity { get; set; }
    Property Value
    Type Description
    System.Int32

    Item[Int32]

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

    List

    Declaration
    public List<byte> List { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Byte>

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors