Click or drag to resize

aceRelationMatrixTXAxis, TYAxis, TRelationItem Property (Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Data.collection.math
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public TRelation this[
	int xi,
	int yi
] { get; set; }
Request Example View Source

Parameters

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

Property Value

Type: TRelation
The aceRelationMatrixTripleTXAxis, TYAxis, TRelation.

Return Value

Type: TRelation
See Also