IData Object<TObject>.To Matrix<T> Method
Converts the object to a matrix with the specified element type.
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
The new matrix.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
Matrix<T> ToMatrix<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>The new matrix.