Click or drag to resize

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)
Syntax
public static List<double> VectReal(
	VectReal vec
)

Parameters

vec
Type: VectReal
Vector to convert.

Return Value

Type: ListDouble

[Missing <returns> documentation for "M:Karamba.Utilities.Utils.VectReal(feb.VectReal)"]

See Also