Click or drag to resize
ObjectSeriesKGetValuesR Method (Boolean)

Note: This API is now obsolete.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[ObsoleteAttribute("GetValues(bool) is obsolete. Use GetValues(ConversionKind) instead.")]
public IEnumerable<Object> GetValues<R>(
	bool strict
)

Parameters

strict
Type: SystemBoolean

[Missing <param name="strict"/> documentation for "M:Deedle.ObjectSeries`1.GetValues``1(System.Boolean)"]

Type Parameters

R

Return Value

Type: IEnumerableObject

[Missing <returns> documentation for "M:Deedle.ObjectSeries`1.GetValues``1(System.Boolean)"]

See Also