Click or drag to resize

UtilsVectReal Method (ListDouble)

Converts a list of doubles into a C++ 3d-vector

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static VectReal VectReal(
	List<double> vec
)

Parameters

vec
Type: System.Collections.GenericListDouble

[Missing <param name="vec"/> documentation for "M:Karamba.Utilities.Utils.VectReal(System.Collections.Generic.List{System.Double})"]

Return Value

Type: VectReal

[Missing <returns> documentation for "M:Karamba.Utilities.Utils.VectReal(System.Collections.Generic.List{System.Double})"]

See Also