Writes the two-dimensional array at the current position in the file.
Namespace: Extreme.Data.TextAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public override void Write<T>(
Matrix<T> matrix
)
Public Overrides Sub Write(Of T) (
matrix As Matrix(Of T)
)
public:
generic<typename T>
virtual void Write(
Matrix<T>^ matrix
) override
abstract Write :
matrix : Matrix<'T> -> unit
override Write :
matrix : Matrix<'T> -> unit
Parameters
- matrix
- Type: Extreme.MathematicsMatrixT
Type Parameters
- T
- The element type of the matrix.
Numerical Libraries
Supported in: 6.0
Reference