Implementation Manager<T>.Try Get Current Method
Attempts to retrieve the current implementation.
Definition
Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if an implementation was found; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static bool TryGetCurrent(
out T result
)
Parameters
- result T
- On return, the current implementation.
Return Value
Booleantrue if an implementation was found; otherwise false.