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

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

Parameters

frame
Type: DeedleFrameR, C

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

Type Parameters

R
C

Return Value

Type: Int32

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

See Also