C#
VB
C++
Java
Gets or sets the highest (most significant) bit set.
public int HighBit { get; set; }
Public Property HighBit As Integer
public int getHighBit()
public void setHighBit(int value)
public:
property int HighBit {
int get();
void set ( int value);
}
Value that indicates the highest (most significant) bit set.