Click or drag to resize

ToGHValues Method (IReadOnlyListIReadOnlyListDouble, GH_Path)

convert list of list of double to list of list of GH_Number.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static DataTree<GH_Number> Values(
	IReadOnlyList<IReadOnlyList<double>> in_list,
	GH_Path out_path0
)

Parameters

in_list
Type: System.Collections.GenericIReadOnlyListIReadOnlyListDouble

[Missing <param name="in_list"/> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.IReadOnlyList{System.Double}},Grasshopper.Kernel.Data.GH_Path)"]

out_path0
Type: GH_Path
Path to start the DataTree with.

Return Value

Type: DataTreeGH_Number

[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.IReadOnlyList{System.Double}},Grasshopper.Kernel.Data.GH_Path)"]

See Also