C# 클래스 Demo.Library.Algorithms.Bloom.PartitionedBloomState

파일 보기 프로젝트 열기: volak/DDD.Enterprise.Example 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Buckets Demo.Library.Algorithms.Bloom.BucketState[]
Count uint
K uint
M uint
S uint

프로퍼티 상세

Buckets 공개적으로 프로퍼티

public BucketState[],Demo.Library.Algorithms.Bloom Buckets
리턴 Demo.Library.Algorithms.Bloom.BucketState[]

Count 공개적으로 프로퍼티

public uint Count
리턴 uint

K 공개적으로 프로퍼티

public uint K
리턴 uint

M 공개적으로 프로퍼티

public uint M
리턴 uint

S 공개적으로 프로퍼티

public uint S
리턴 uint