| FrameTRowKey, TColumnKeyToArray2DR Method |
Returns data of the data frame as a 2D array. The method attempts to convert
all values to the specified type 'R. If the specified type is 'float' or 'double'
then the method automatically uses NaN. For other values, the default value has to
be explicitly specified using another overload.
[category:Fancy accessors]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public R[,] ToArray2D<R>()
Type Parameters
- R
Return Value
Type:
R[Missing <returns> documentation for "M:Deedle.Frame`2.ToArray2D``1"]
See Also