Click or drag to resize

graphToFreeGraphConverterBasicTGetNodeWeight 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 override double GetNodeWeight(
	T node
)
Request Example View Source

Parameters

node
Type: T
The node.

Return Value

Type: Double
See Also