Click or drag to resize
F# Series extensionsSeriesofValuesa Method
Create a series from the specified sequence of values. The keys of the resulting series are generated ordinarilly, starting from 0.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Series<int, a> ofValues<a>(
	IEnumerable<a> values
)

Parameters

values
Type: System.Collections.GenericIEnumerablea

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

Type Parameters

a

Return Value

Type: SeriesInt32, a

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

See Also