Click or drag to resize

ToGHValues Method (IReadOnlyListDouble)

convert list of double to list of GH_Number

Namespace:  Karamba.GHopper.Utilities
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static List<GH_Number> Values(
	IReadOnlyList<double> in_list
)

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