| FrameExtensionsCountColumnsR, C Method |
Note: This API is now obsolete.
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.
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax [ObsoleteAttribute("Use df.ColumnCount")]
public static int CountColumns<R, C>(
this Frame<R, C> frame
)
Parameters
- frame
- Type: DeedleFrameR, C
[Missing <param name="frame"/> documentation for "M:Deedle.FrameExtensions.CountColumns``2(Deedle.Frame{``0,``1})"]
Type Parameters
- R
- C
Return Value
Type:
Int32[Missing <returns> documentation for "M:Deedle.FrameExtensions.CountColumns``2(Deedle.Frame{``0,``1})"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
FrameR,
C. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also