Click or drag to resize
MWArrayIsCharArray Property
Returns true for an MWCharArray.

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

Property Value

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