Gets whether the object can be converted to a vector.
Namespace:
Extreme.Data.Matlab
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public virtual bool IsDataFrame { get; }
Public Overridable ReadOnly Property IsDataFrame As Boolean
Get
public:
virtual property bool IsDataFrame {
bool get ();
}
abstract IsDataFrame : bool with get
override IsDataFrame : bool with get
Property Value
Type:
BooleanAlways returns
.
Implements
IDataObjectTObjectIsDataFrame
Reference