| 
            
              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)
Syntaxpublic static DataTree<GH_Number> Values(
	IReadOnlyList<IReadOnlyList<double>> in_list,
	GH_Path out_path0
)
Public Shared Function Values ( 
	in_list As IReadOnlyList(Of IReadOnlyList(Of Double)),
	out_path0 As GH_Path
) As DataTree(Of GH_Number)
public:
static DataTree<GH_Number^>^ Values(
	IReadOnlyList<IReadOnlyList<double>^>^ in_list, 
	GH_Path^ out_path0
)
static member Values : 
        in_list : IReadOnlyList<IReadOnlyList<float>> * 
        out_path0 : GH_Path -> DataTree<GH_Number> 
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