|
UtilsVectReal Method (VectReal)
|
Converts C++ 3d-vector into a list of doubles
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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
[Missing <param name="vec"/> documentation for "M:Karamba.Utilities.Utils.VectReal(feb.VectReal)"]
Return Value
Type:
ListDouble[Missing <returns> documentation for "M:Karamba.Utilities.Utils.VectReal(feb.VectReal)"]
See Also