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