C# 클래스 Lucene.Net.Search.Function.FloatFieldSource.AnonymousClassDocValues

상속: Lucene.Net.Search.Function.DocValues
파일 보기 프로젝트 열기: synhershko/lucene.net

공개 메소드들

메소드 설명
AnonymousClassDocValues ( float arr, FloatFieldSource enclosingInstance ) : System
FloatVal ( int doc ) : float
ToString ( int doc ) : System.String

비공개 메소드들

메소드 설명
InitBlock ( float arr, FloatFieldSource enclosingInstance ) : void

메소드 상세

AnonymousClassDocValues() 공개 메소드

public AnonymousClassDocValues ( float arr, FloatFieldSource enclosingInstance ) : System
arr float
enclosingInstance FloatFieldSource
리턴 System

FloatVal() 공개 메소드

public FloatVal ( int doc ) : float
doc int
리턴 float

ToString() 공개 메소드

public ToString ( int doc ) : System.String
doc int
리턴 System.String