Click or drag to resize

ChadaImporterGetProbabilityForBeingThisFileFormat Method

Gets the probability for being this file format.

Namespace: Altaxo.Serialization.HDF5.Chada
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public override double GetProbabilityForBeingThisFileFormat(
	string fileName
)

Parameters

fileName  String
Name of the file.

Return Value

Double
A probability value (ranging from 0 to 1), that the provided file is the format that is covered by this importer.

Implements

IDataFileImporterGetProbabilityForBeingThisFileFormat(String)
See Also