C# Class System.Collections.Specialized.BitVector32

Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

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

Method Details

BitVector32() public method

public BitVector32 ( System value )
value System

BitVector32() public method

public BitVector32 ( int data )
data int

CreateMask() public static method

public static CreateMask ( ) : int
return int

CreateMask() public static method

public static CreateMask ( int previous ) : int
previous int
return int

CreateSection() public static method

public static CreateSection ( short maxValue ) : System.Collections.Specialized.BitVector32.Section
maxValue short
return System.Collections.Specialized.BitVector32.Section

CreateSection() public static method

public static CreateSection ( short maxValue, System previous ) : System.Collections.Specialized.BitVector32.Section
maxValue short
previous System
return System.Collections.Specialized.BitVector32.Section

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

ToString() public static method

public static ToString ( System value ) : string
value System
return string

this() public method

public this ( int bit ) : bool
bit int
return bool

this() public method

public this ( System section ) : int
section System
return int