 | RelationshipsTNodeA, TNodeBAdd Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified a.
Namespace:
imbNLP.Toolkit.Core
Assembly:
imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntaxpublic 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