Click or drag to resize
DigitalRuneVectorF  Conversion (VectorF to ListSingle)
Converts a vector to a list of float values.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static explicit operator List<float> (
	VectorF vector
)

Parameters

vector
Type: DigitalRune.Mathematics.AlgebraVectorF
The vector.

Return Value

Type: ListSingle
The list with of float values.
See Also