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

Mostrar archivo 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_oe property

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

Count public_oe property

public uint Count
return uint

K public_oe property

public uint K
return uint

M public_oe property

public uint M
return uint

S public_oe property

public uint S
return uint