public int EntryBits {get; set;}
'Declaration
Public Property EntryBits As Integer
'Usage
Dim instance As DicomLookupTableDescriptor
Dim value As Integer
instance.EntryBits = value
value = instance.EntryBits
public int EntryBits {get; set;}
@property (nonatomic, assign) unsigned int entryBits;
public int getEntryBits()
public void setEntryBits(int value)
get_EntryBits();
set_EntryBits(value);
Object.defineProperty('EntryBits');
public:
property int EntryBits {
int get();
void set ( int value);
}
Property Value
The third value in the "LookupTable Descriptor", this specifies the number of bits for each entry in the LookupTable Data.