Click or drag to resize

NumberOfLinesPerLineComposition Structure

Holds the number of lines with a certain line composition.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Serialization.AsciiNumberOfLinesPerLineComposition

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct NumberOfLinesPerLineComposition

The NumberOfLinesPerLineComposition type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Top
Fields
 NameDescription
Public fieldLineStructureThe structure that these lines have.
Public fieldNumberOfLinesNumber of lines that have the same structure.
Top
See Also