Show / Hide Table of Contents

Class FamosFileComponentData<T>

This type provides the actual data of type T and additional information to interpret these.

Inheritance
System.Object
FamosFileComponentData
FamosFileComponentData<T>
Inherited Members
FamosFileComponentData.Type
FamosFileComponentData.XAxisScaling
FamosFileComponentData.ZAxisScaling
FamosFileComponentData.TriggerTime
FamosFileComponentData.PackInfo
FamosFileComponentData.DisplayInfo
FamosFileComponentData.EventReference
FamosFileComponentData.RawData
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileComponentData<T> : FamosFileComponentData where T : struct
Type Parameters
Name Description
T

The data type parameter.

Properties

| Improve this Doc View Source

Data

Gets the data of type T.

Declaration
public Span<T> Data { get; }
Property Value
Type Description
System.Span<T>
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms