MWArrayIsCharArray Property |
Returns true for an MWCharArray.
Namespace: MathWorks.MATLAB.NET.ArraysAssembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax public bool IsCharArray { get; }
Property Value
Type:
BooleanRemarks
See ISCHAR function in the MATLAB documentation.
See Also