Interface IRelationRatingMethod<TChild1Values, TChild2Values>
Syntax
public interface IRelationRatingMethod<TChild1Values, TChild2Values>
where TChild1Values : struct, IRelationChildValues where TChild2Values : struct, IRelationChildValues
Type Parameters
Name |
Description |
TChild1Values |
|
TChild2Values |
|
Methods
RateDataMatch(ref TChild1Values, ref TChild2Values)
Declaration
float RateDataMatch(ref TChild1Values child1, ref TChild2Values child2)
Parameters
Type |
Name |
Description |
TChild1Values |
child1 |
|
TChild2Values |
child2 |
|
Returns