Click or drag to resize

MatValueLogicalArray Class

Represents a logical (boolean) array.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.MatlabMatValue
    Altaxo.Serialization.MatlabMatValueLogicalArray

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public sealed class LogicalArray : MatValue, 
	IEquatable<MatValueLogicalArray>

The MatValueLogicalArray type exposes the following members.

Constructors
 NameDescription
Public methodMatValueLogicalArray Represents a logical (boolean) array.
Top
Properties
 NameDescription
Public propertyDataThe logical values of the array.
Public propertyDimensionsThe dimensions of the array.
Public propertyIsColumnMajorA value indicating whether the array data is stored in column-major order.
Top
Methods
 NameDescription
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Top
See Also