ToGHValues(IReadOnlyListDouble) Method

convert list of double to list of GH_Number.

Definition

Namespace: Karamba.GHopper.Utilities
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static List<GH_Number> Values(
	IReadOnlyList<double> inList
)

Parameters

inList  IReadOnlyListDouble

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

Return Value

ListGH_Number

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

See Also