Click or drag to resize

aceRelationMatrixTXAxis, TYAxis, TRelationItem Property (TXAxis, TYAxis)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the [!:TRelation] with the specified xi.

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

Parameters

xi
Type: TXAxis
The xi.
yi
Type: TYAxis
The yi.

Property Value

Type: TRelation
The [!:TRelation].

Return Value

Type: TRelation
See Also