Table of Contents

Class BIN

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Klasse für das SYDRO Binärformat

public class BIN : TimeSeriesFile
Inheritance
BIN
Inherited Members

Constructors

BIN(string, bool)

public BIN(string FileName, bool ReadAllNow = false)

Parameters

FileName string
ReadAllNow bool

Fields

ErrorValue

Error value

public const double ErrorValue = -9999.999

Field Value

double

Properties

UseImportDialog

Gibt an, ob beim Import des Dateiformats der Importdialog angezeigt werden soll

public override bool UseImportDialog { get; }

Property Value

bool

Methods

readFile()

Reads the file

public override void readFile()

readSeriesInfo()

Reads series info

public override void readSeriesInfo()

writeFile(ref TimeSeries, string)

Write a time series to a BIN file

public static void writeFile(ref TimeSeries ts, string file)

Parameters

ts TimeSeries

the timeseries to write

file string

path to the file