MatlabDataObject.ToVector<T> Method

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

Definition

Namespace: Extreme.Data.Matlab
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
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.

Implements

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

See Also