Class MARSDatabaseSetQueryTests.FloatRelation
Inheritance
MARSDatabaseSetQueryTests.FloatRelation
Inherited Members
Namespace: Unity.MARS.Data.Tests
Syntax
public class FloatRelation : MARSDatabaseSetQueryTests.TestRelation<float>, IRelation<float>, IRelation, IRelationBase, IConditionBase, IRequiresTraits<float>, IRequiresTraits
Methods
RateDataMatch(ref Single, ref Single)
Declaration
public override float RateDataMatch(ref float child1Data, ref float child2Data)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | child1Data | |
| Single | child2Data |
Returns
| Type | Description |
|---|---|
| Single |
Overrides
Unity.MARS.Data.Tests.MARSDatabaseSetQueryTests.TestRelation<System.Single>.RateDataMatch(System.Single, System.Single)