ImplementationManager<T>.TryGetCurrent Method

Attempts to retrieve the current implementation.

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool TryGetCurrent(
	out T result
)

Parameters

result  T
On return, the current implementation.

Return Value

Boolean
true if an implementation was found; otherwise false.

See Also