BitSet ClassNReco.Recommender Class Library
A simplified and streamlined version of BitSet
Inheritance Hierarchy

System.Object
  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

[SerializableAttribute]
public sealed class BitSet : ICloneable

The BitSet type exposes the following members.

Constructors

  NameDescription
Public methodBitSet(Int32)
Initializes a new instance of the BitSet class
Public methodBitSet(UInt32)
Initializes a new instance of the BitSet class
Top
Methods

  NameDescription
Public methodClear()
Public methodClear(Int32)
Public methodClone
Public methodEquals (Overrides Object.Equals(Object).)
Public methodGet
Public methodGetHashCode (Overrides Object.GetHashCode().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSet
Public methodToString (Overrides Object.ToString().)
Top
See Also