IOperationCost Interface |
Namespace: CrawlerLib.Engine.OperationCost
The IOperationCost type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds the operation cost
| |
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) | |
CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from IComparable.) | |
CompareTo(T) | Compares the current object with another object of the same type. (Inherited from IComparable IOperationCost .) | |
Divide |
Divides the operation cost through the specified factor.
| |
Multiply |
Multiplies the operation cost with the specified factor.
| |
Sub |
Subtracts the operation cost
|