C# Class natix.SimilaritySearch.CommandQuery

The pair to be searched
Show file 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 property

Query Argument
public double QArg
return double

QObj public property

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

QRaw public property

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

QTypeIsRange public property

Query Type
public bool QTypeIsRange
return bool