|
ToGHValues Method (IReadOnlyListDouble)
|
convert list of double to list of GH_Number.
Namespace:
Karamba.GHopper.Utilities
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static List<GH_Number> Values(
IReadOnlyList<double> in_list
)
Public Shared Function Values (
in_list As IReadOnlyList(Of Double)
) As List(Of GH_Number)
public:
static List<GH_Number^>^ Values(
IReadOnlyList<double>^ in_list
)
static member Values :
in_list : IReadOnlyList<float> -> List<GH_Number>
Parameters
- in_list
- Type: System.Collections.GenericIReadOnlyListDouble
[Missing <param name="in_list"/> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{System.Double})"]
Return Value
Type:
ListGH_Number[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{System.Double})"]
See Also