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