Click or drag to resize

aceRelationMatrixTXAxis, TYAxis, TRelationGetTriple Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the triple.

Namespace:  imbSCI.Data.collection.math
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public aceRelationMatrixTriple<TXAxis, TYAxis, TRelation> GetTriple(
	int xi,
	int yi
)
Request Example View Source

Parameters

xi
Type: SystemInt32
The xi.
yi
Type: SystemInt32
The yi.

Return Value

Type: aceRelationMatrixTripleTXAxis, TYAxis, TRelation
See Also