PointerAccessor1D_SingleGet Method OpenCvSharp Class Library
Return the particular element of array

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public float Get(
	int index
)

Parameters

index
Type: SystemInt32
zero-based component of the element index

Return Value

Type: Single
the particular array element

Implements

IPointerAccessor1DTGet(Int32)
See Also

Reference