Click or drag to resize

RelationshipsTNodeA, TNodeBAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Adds the specified a.

Namespace:  imbNLP.Toolkit.Core
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public Relationship<TNodeA, TNodeB> Add(
	TNodeA A,
	TNodeB B,
	double weight
)

Parameters

A
Type: TNodeA
a.
B
Type: TNodeB
The b.
weight
Type: SystemDouble
The weight.

Return Value

Type: RelationshipTNodeA, TNodeB

[Missing <returns> documentation for "M:imbNLP.Toolkit.Core.Relationships`2.Add(`0,`1,System.Double)"]

See Also