Click or drag to resize
MWArrayComplexity Enumeration
MATLAB numeric array complexity enumerator.

Namespace: MathWorks.MATLAB.NET.Arrays
Assembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax
C#
public enum MWArrayComplexity
Members
  Member nameValueDescription
Real0 The numeric array is real.
Complex1 The numeric array is complex.
See Also