IDataFileImporterGetProbabilityForBeingThisFileFormat Method |
Gets the probability for being this file format.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax double GetProbabilityForBeingThisFileFormat(
string fileName
)
Parameters
- fileName String
- Name of the file.
Return Value
DoubleA probability value (ranging from 0 to 1), that the provided file is the format
that is covered by this importer.
See Also