Matlab Data Object.To Vector<T> Method
Converts the object to a vector with the specified element type.
Definition
Namespace: Numerics.NET.Data.Matlab
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
The new vector.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
public virtual Vector<T> ToVector<T>(
bool strict = true
)
Parameters
- strict Boolean (Optional)
Type Parameters
- T
- The element type of the vector
Return Value
Vector<T>The new vector.