Click or drag to resize
MWArrayIsEmpty Property
Returns true if the MWArray is empty.

Namespace: MathWorks.MATLAB.NET.Arrays
Assembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax
C#
public virtual bool IsEmpty { get; }

Property Value

Type: Boolean
Remarks
See ISEMPTY function in the MATLAB documentation.
See Also