C# Class natix.SimilaritySearch.CommandQuery

The pair to be searched
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Свойство Type Description
QArg double
QObj object
QRaw string
QTypeIsRange bool

Méthodes publiques

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

Constructor

EncodeQTypeQArgInSign ( ) : double

Method Details

CommandQuery() public méthode

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

EncodeQTypeQArgInSign() public méthode

public EncodeQTypeQArgInSign ( ) : double
Résultat double

Property Details

QArg public_oe property

Query Argument
public double QArg
Résultat double

QObj public_oe property

The query object. If it is null then QRaw will be parsed.
public object QObj
Résultat object

QRaw public_oe property

Query object in string representation. Used only if QObj is null
public string QRaw
Résultat string

QTypeIsRange public_oe property

Query Type
public bool QTypeIsRange
Résultat bool