Table of Contents

Class BitList

Namespace
FellowOakDicom.Imaging.Mathematics
Assembly
fo-dicom.core.dll
public class BitList
Inheritance
BitList
Inherited Members
Extension Methods

Constructors

BitList()

public BitList()

Properties

Array

public byte[] Array { get; }

Property Value

byte[]

Capacity

public int Capacity { get; set; }

Property Value

int

this[int]

public bool this[int pos] { get; set; }

Parameters

pos int

Property Value

bool

List

public List<byte> List { get; }

Property Value

List<byte>