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