Method TryGetValue
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
TryGetValue(ReadOnlySpan<int>, out T)
Gets the element at the given index if it is stored, without creating it.
public bool TryGetValue(ReadOnlySpan<int> index, out T value)
Parameters
indexReadOnlySpan<int>valueT