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) NSUInteger entryBits
public int getEntryBits()
public void setEntryBits(int value)
<br/>get_EntryBits();<br/>set_EntryBits(value);<br/>Object.defineProperty('EntryBits');
public:
property int EntryBits {
int get();
void set ( int value);
}
Property Value
The third value in the "LookupTable Descriptor", which specifies the number of bits for each entry in the LookupTable Data.