Click or drag to resize

graphToGraphConverterBaseTGraphFrom, TGraphTo, TGraphFromElement, TGraphToElementGetNodeWeight Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the node weight - by default implementation it is 1 / level

Namespace:  imbSCI.Graph.Converters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public abstract double GetNodeWeight(
	TGraphFrom node
)
Request Example View Source

Parameters

node
Type: TGraphFrom
The node.

Return Value

Type: Double
See Also