Click or drag to resize

freeGraphAddNodeOrSum Method (String, Double, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new node into graph or sums weight of the specified and existing - and applies type that is greater

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public freeGraphNodeBase AddNodeOrSum(
	string _name,
	double _weight,
	int _type
)
Request Example View Source

Parameters

_name
Type: SystemString
_weight
Type: SystemDouble
_type
Type: SystemInt32

Return Value

Type: freeGraphNodeBase
See Also