C# Class natix.SimilaritySearch.SearchCost

Show file Open project: sadit/natix Class Usage Examples

Public Properties

Property Type Description
Internal long
Total long

Public Methods

Method Description
SearchCost ( long Total, long Internal ) : System

Constructor

Method Details

SearchCost() public method

Constructor
public SearchCost ( long Total, long Internal ) : System
Total long
Internal long
return System

Property Details

Internal public property

Internal
public long Internal
return long

Total public property

Total cost
public long Total
return long