| SeriesK, VValueCount Property |
Returns the total number of values in the specified series. This excludes
missing values or not available values (such as values created from `null`,
`Double.NaN`, or those that are missing due to outer join etc.).
[category:Series data]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public int ValueCount { get; }
Property Value
Type:
Int32[Missing <value> documentation for "P:Deedle.Series`2.ValueCount"]
See Also