C# 클래스 natix.SimilaritySearch.CommandQuery

The pair to be searched
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
QArg double
QObj object
QRaw string
QTypeIsRange bool

공개 메소드들

메소드 설명
CommandQuery ( string qraw, double qarg, bool qtypeisrange, object qobj = null ) : System

Constructor

EncodeQTypeQArgInSign ( ) : double

메소드 상세

CommandQuery() 공개 메소드

Constructor
public CommandQuery ( string qraw, double qarg, bool qtypeisrange, object qobj = null ) : System
qraw string
qarg double
qtypeisrange bool
qobj object
리턴 System

EncodeQTypeQArgInSign() 공개 메소드

public EncodeQTypeQArgInSign ( ) : double
리턴 double

프로퍼티 상세

QArg 공개적으로 프로퍼티

Query Argument
public double QArg
리턴 double

QObj 공개적으로 프로퍼티

The query object. If it is null then QRaw will be parsed.
public object QObj
리턴 object

QRaw 공개적으로 프로퍼티

Query object in string representation. Used only if QObj is null
public string QRaw
리턴 string

QTypeIsRange 공개적으로 프로퍼티

Query Type
public bool QTypeIsRange
리턴 bool