Click or drag to resize
FrameModuleCountRowsR, C Method
Returns the total number of row keys in the specified frame. This returns the total length of the row series, including keys for which there is no value available. [category:Accessing frame data and lookup]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static int CountRows<R, C>(
	Frame<R, C> frame
)

Parameters

frame
Type: DeedleFrameR, C

[Missing <param name="frame"/> documentation for "M:Deedle.FrameModule.CountRows``2(Deedle.Frame{``0,``1})"]

Type Parameters

R
C

Return Value

Type: Int32

[Missing <returns> documentation for "M:Deedle.FrameModule.CountRows``2(Deedle.Frame{``0,``1})"]

See Also