Click or drag to resize
F# Vector extensionsVectorofValuesT Method (IEnumerableT)
Creates a vector that stores the specified data in an array. Values such as `null` and `Double.NaN` are turned into missing values.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static IVector<T> ofValues<T>(
	IEnumerable<T> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableT

[Missing <param name="data"/> documentation for "M:Deedle.F# Vector extensions.Vector.ofValues``1(System.Collections.Generic.IEnumerable{``0})"]

Type Parameters

T

Return Value

Type: IVectorT

[Missing <returns> documentation for "M:Deedle.F# Vector extensions.Vector.ofValues``1(System.Collections.Generic.IEnumerable{``0})"]

See Also