Writes the data frame at the current position in the file.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public override void Write<R, C>(
DataFrame<R, C> value
)
Public Overrides Sub Write(Of R, C) (
value As DataFrame(Of R, C)
)
public:
generic<typename R, typename C>
virtual void Write(
DataFrame<R, C>^ value
) override
abstract Write :
value : DataFrame<'R, 'C> -> unit
override Write :
value : DataFrame<'R, 'C> -> unit
Parameters
- value
- Type: Extreme.DataAnalysisDataFrameR, C
Type Parameters
- R
- The type of the row keys of the data frame.
- C
- The type of the column keys of the data frame.
Reference