Data Stream<TObject>.Read Matrix<T> Method
Reads the two-dimensional array at the current position in the file.
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
C#
A matrix containing the data.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
public override Matrix<T> ReadMatrix<T>(
bool strict = true
)
Parameters
- strict Boolean (Optional)
- Specifies whether the element type should be matched exactly (true), or whether conversions are allowed (false).
Type Parameters
- T
- The element type of the matrix.
Return Value
Matrix<T>A matrix containing the data.