Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Serialization Namespaces
Altaxo.Serialization
DataFileImporterBase Class
DataFileImporterBase Methods
AddError Method
CheckOrCreateImportOptions Method
CreateTableDataSource Method
GetDataFileImporterForFile Method
GetFileExtensions Method
GetProbabilityForBeingThisFileFormat Method
Import Method
ImportShowDialogs Method
ImportShowReducedDialogsForAllTypes Method
ShowDialog Method
ShowOpenFileDialog Method
Data
File
Importer
Base
Get
Probability
For
Being
This
File
Format Method
Gets the probability for being this file format.
Namespace:
Altaxo.Serialization
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
Copy
public
abstract
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
IDataFileImporter
GetProbabilityForBeingThisFileFormat(String)
See Also
Reference
DataFileImporterBase Class
Altaxo.Serialization Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net