Click or drag to resize

ManagedSparseSolverProviderIsAvailable Method

Try to find whether the provider is available in principle. Verification may still fail if available, but it will certainly fail if unavailable.

Namespace: Altaxo.Calc.Providers.SparseSolver
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsAvailable()

Return Value

Boolean
true if the provider is available in the current environment; otherwise false.

Implements

ISparseSolverProviderIsAvailable
See Also