Click or drag to resize

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.
Syntax
C#
public delegate TRelation aceRelationValue<TXAxis, TYAxis, TRelation>(
	TXAxis itemX,
	TYAxis itemY
)
Request Example View Source

Parameters

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: TRelation
An object or value that describes the relation between itemX and itemY
See Also