Table of Contents

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

index ReadOnlySpan<int>
value T

Returns

bool