C# Class Demo.Library.Algorithms.Bloom.PartitionedBloomState

Show file Open project: volak/DDD.Enterprise.Example Class Usage Examples

Public Properties

Property Type Description
Buckets Demo.Library.Algorithms.Bloom.BucketState[]
Count uint
K uint
M uint
S uint

Property Details

Buckets public property

public BucketState[],Demo.Library.Algorithms.Bloom Buckets
return Demo.Library.Algorithms.Bloom.BucketState[]

Count public property

public uint Count
return uint

K public property

public uint K
return uint

M public property

public uint M
return uint

S public property

public uint S
return uint