AltaxoImporterGetProbabilityForBeingThisFileFormat Method |
Determines the probability that the specified file or directory is an Altaxo project.
Namespace: Altaxo.Serialization.AltaxoProjectsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double GetProbabilityForBeingThisFileFormat(
string fileName
)
Parameters
- fileName String
- The file or directory name to inspect.
Return Value
DoubleA probability value between 0 and 1.
See Also