Property | Type | Description | |
---|---|---|---|
item_id | int | ||
weight | double |
Method | Description | |
---|---|---|
CompareTo ( Object o ) : int | ||
Equals ( Object o ) : bool | ||
Equals ( |
||
GetHashCode ( ) : int | ||
WeightedItem ( ) : System |
Default constructor
|
|
WeightedItem ( int item_id, double weight ) : System |
Constructor
|
public Equals ( |
||
otherItem | ||
return | bool |
public WeightedItem ( int item_id, double weight ) : System | ||
item_id | int | the item ID |
weight | double | the weight |
return | System |