Click or drag to resize
SeriesModuleHasNotK, T Method
Returns true when the series does not contains value for the specified key (This is useful for checking prior to performing a computation) [category:Accessing series data and lookup]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static bool HasNot<K, T>(
	K key,
	Series<K, T> series
)

Parameters

key
Type: K

[Missing <param name="key"/> documentation for "M:Deedle.SeriesModule.HasNot``2(``0,Deedle.Series{``0,``1})"]

series
Type: DeedleSeriesK, T

[Missing <param name="series"/> documentation for "M:Deedle.SeriesModule.HasNot``2(``0,Deedle.Series{``0,``1})"]

Type Parameters

K
T

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Deedle.SeriesModule.HasNot``2(``0,Deedle.Series{``0,``1})"]

See Also