Interface ICondition<T1, T2>
Used to filter data of a specific type in a query
Syntax
public interface ICondition<T1, T2> : IConditionBase where T1 : struct where T2 : struct
Type Parameters
Name |
Description |
T1 |
The type of the 1st trait
|
T2 |
The type of the 2nd trait
|
Properties
TraitName1
Declaration
string TraitName1 { get; }
Property Value
TraitName2
Declaration
string TraitName2 { get; }
Property Value
Methods
RateDataMatch(ref T1, ref T2)
Declaration
float RateDataMatch(ref T1 trait1, ref T2 trait2)
Parameters
Type |
Name |
Description |
T1 |
trait1 |
|
T2 |
trait2 |
|
Returns