MatlabDataObject.ToMatrix<T> Method

Converts the object to a matrix with the specified element type.

DefinitionPermalink

Namespace: Numerics.NET.Data.Matlab
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
C#
public virtual Matrix<T> ToMatrix<T>(
	bool strict = true
)

ParametersPermalink

strict  Boolean  (Optional)
Specifies whether the element type should be matched exactly (true), or whether conversions are allowed (false).

Type ParametersPermalink

T
The element type of the matrix

Return ValuePermalink

Matrix<T>
The new matrix.

ImplementsPermalink

IDataObject<TObject>.ToMatrix<T>(Boolean)

See AlsoPermalink