|
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)
Syntaxpublic static VectReal VectReal(
List<double> vec
)
Public Shared Function VectReal (
vec As List(Of Double)
) As VectReal
public:
static VectReal^ VectReal(
List<double>^ vec
)
static member VectReal :
vec : List<float> -> VectReal
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