 | aceRelationValueTXAxis, TYAxis, TRelation Delegate |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Namespace:
imbSCI.Data.collection.math
Assembly:
imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntaxpublic delegate TRelation aceRelationValue<TXAxis, TYAxis, TRelation>(
TXAxis itemX,
TYAxis itemY
)
Request Example
View SourceParameters
- itemX
- Type: TXAxis
The item x. - itemY
- Type: TYAxis
The item y.
Type Parameters
- TXAxis
- The type of the x axis.
- TYAxis
- The type of the y axis.
- TRelation
- The type of the relation.
Return Value
Type:
TRelationAn object or value that describes the relation between
itemX and
itemY
See Also