C# 클래스 Stash.BerkeleyDB.BerkeleyConfigs.FloatIndexDatabaseConfig

상속: IndexDatabaseConfig
파일 보기 프로젝트 열기: AndyHitchman/Stash

공개 메소드들

메소드 설명
ByteArrayAsKey ( byte bytes ) : object
FloatIndexDatabaseConfig ( ) : System.Collections
GetComparer ( ) : IComparer
KeyAsByteArray ( object key ) : byte[]

메소드 상세

ByteArrayAsKey() 공개 메소드

public ByteArrayAsKey ( byte bytes ) : object
bytes byte
리턴 object

FloatIndexDatabaseConfig() 공개 메소드

public FloatIndexDatabaseConfig ( ) : System.Collections
리턴 System.Collections

GetComparer() 공개 메소드

public GetComparer ( ) : IComparer
리턴 IComparer

KeyAsByteArray() 공개 메소드

public KeyAsByteArray ( object key ) : byte[]
key object
리턴 byte[]