C# Class natix.SimilaritySearch.CommandQuery

The pair to be searched
Datei anzeigen Open project: sadit/natix Class Usage Examples

Public Properties

Property Type Description
QArg double
QObj object
QRaw string
QTypeIsRange bool

Public Methods

Method Description
CommandQuery ( string qraw, double qarg, bool qtypeisrange, object qobj = null ) : System

Constructor

EncodeQTypeQArgInSign ( ) : double

Method Details

CommandQuery() public method

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

EncodeQTypeQArgInSign() public method

public EncodeQTypeQArgInSign ( ) : double
return double

Property Details

QArg public_oe property

Query Argument
public double QArg
return double

QObj public_oe property

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

QRaw public_oe property

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

QTypeIsRange public_oe property

Query Type
public bool QTypeIsRange
return bool