| SeriesK, VKeyCount Property |
Returns the total number of keys in the specified series. This returns
the total length of the series, including keys for which there is no
value available.
[category:Series data]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public int KeyCount { get; }
Property Value
Type:
Int32[Missing <value> documentation for "P:Deedle.Series`2.KeyCount"]
See Also