Writes the two-dimensional array 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<T>(
Matrix<T> value
)
Public Overrides Sub Write(Of T) (
value As Matrix(Of T)
)
public:
generic<typename T>
virtual void Write(
Matrix<T>^ value
) override
abstract Write :
value : Matrix<'T> -> unit
override Write :
value : Matrix<'T> -> unit
Parameters
- value
- Type: Extreme.MathematicsMatrixT
Type Parameters
- T
- The element type of the matrix.
Reference