Click or drag to resize

MatValueLogicalScalar Class

Represents a scalar logical (boolean) value.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.MatlabMatValue
    Altaxo.Serialization.MatlabMatValueLogicalScalar

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

The MatValueLogicalScalar type exposes the following members.

Constructors
 NameDescription
Public methodMatValueLogicalScalar Represents a scalar logical (boolean) value.
Top
Properties
 NameDescription
Public propertyValueThe logical value.
Top
Methods
 NameDescription
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Top
See Also