Click or drag to resize

AltaxoImporterGetProbabilityForBeingThisFileFormat Method

Determines the probability that the specified file or directory is an Altaxo project.

Namespace: Altaxo.Serialization.AltaxoProjects
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double GetProbabilityForBeingThisFileFormat(
	string fileName
)

Parameters

fileName  String
The file or directory name to inspect.

Return Value

Double
A probability value between 0 and 1.
See Also