MatlabDataObject.IsDataFrame Property

Gets whether the object can be converted to a vector.

Definition

Namespace: Extreme.Data.Matlab
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public virtual bool IsDataFrame { get; }

Property Value

Boolean
Always returns false.

Implements

IDataObject<TObject>.IsDataFrame

See Also