|
UtilsVectReal Method (VectReal)
|
Converts C++ 3d-vector into a list of doubles.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static List<double> VectReal(
VectReal vec
)
Public Shared Function VectReal (
vec As VectReal
) As List(Of Double)
public:
static List<double>^ VectReal(
VectReal^ vec
)
static member VectReal :
vec : VectReal -> List<float>
Parameters
- vec
- Type: VectReal
Vector to convert.
Return Value
Type:
ListDouble[Missing <returns> documentation for "M:Karamba.Utilities.Utils.VectReal(feb.VectReal)"]
See Also