A simplified and streamlined version of BitSet
Inheritance Hierarchy
NReco.CF.Taste.Impl.Common.BitSet
Namespace: NReco.CF.Taste.Impl.Common
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The BitSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BitSet(Int32) | Initializes a new instance of the BitSet class |
![]() | BitSet(UInt32) | Initializes a new instance of the BitSet class |
Methods
Name | Description | |
---|---|---|
![]() | Clear() | |
![]() | Clear(Int32) | |
![]() | Clone | |
![]() | Equals | (Overrides Object.Equals(Object).) |
![]() | Get | |
![]() | GetHashCode | (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Set | |
![]() | ToString | (Overrides Object.ToString().) |
See Also