Click or drag to resize
FrameTRowKey, TColumnKeyToArray2DR Method (R)
Returns data of the data frame as a 2D array. The method attempts to convert all values to the specified type 'R. When a value is missing, the specified `defaultValue` is used. ## Parameters - `defaultValue` - Default value used to fill all missing values [category:Fancy accessors]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public R[,] ToArray2D<R>(
	R defaultValue
)

Parameters

defaultValue
Type: R

[Missing <param name="defaultValue"/> documentation for "M:Deedle.Frame`2.ToArray2D``1(``0)"]

Type Parameters

R

Return Value

Type: R

[Missing <returns> documentation for "M:Deedle.Frame`2.ToArray2D``1(``0)"]

See Also