Class Doublet
Doublet containing the number of available bytes and valid bits
public class Doublet
- Inheritance
-
Doublet
Constructors
Doublet(int, int)
Constructor
public Doublet(int bytes, int validBits)
Parameters
Properties
Bytes
Available bytes
public int Bytes { get; set; }
Property Value
ValidBits
Number of valid bits
public int ValidBits { get; set; }