[Missing <summary> documentation for "M:VVVV.Utils.Algorithm.Treemap.Sum(System.Collections.Generic.List{VVVV.Utils.Algorithm.Node})"]

Namespace: VVVV.Utils.Algorithm
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static double Sum(
	List<Node> children
)

Parameters

children
Type: System.Collections.Generic..::..List<(Of <(<'Node>)>)>

[Missing <param name="children"/> documentation for "M:VVVV.Utils.Algorithm.Treemap.Sum(System.Collections.Generic.List{VVVV.Utils.Algorithm.Node})"]

Return Value

[Missing <returns> documentation for "M:VVVV.Utils.Algorithm.Treemap.Sum(System.Collections.Generic.List{VVVV.Utils.Algorithm.Node})"]

See Also