Method | Description | |
---|---|---|
BitVector32 ( System value ) | ||
BitVector32 ( int data ) | ||
CreateMask ( ) : int | ||
CreateMask ( int previous ) : int | ||
CreateSection ( short maxValue ) : System.Collections.Specialized.BitVector32.Section | ||
CreateSection ( short maxValue, System previous ) : System.Collections.Specialized.BitVector32.Section | ||
Equals ( object o ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
ToString ( System value ) : string | ||
this ( int bit ) : bool | ||
this ( System section ) : int |
public static CreateMask ( int previous ) : int | ||
previous | int | |
return | int |
public static CreateSection ( short maxValue ) : System.Collections.Specialized.BitVector32.Section | ||
maxValue | short | |
return | System.Collections.Specialized.BitVector32.Section |
public static CreateSection ( short maxValue, System previous ) : System.Collections.Specialized.BitVector32.Section | ||
maxValue | short | |
previous | System | |
return | System.Collections.Specialized.BitVector32.Section |
public static ToString ( System value ) : string | ||
value | System | |
return | string |