PointerAccessor1D_DoubleItem Property OpenCvSharp Class Library
Indexer

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

public double this[
	int index
] { get; set; }

Parameters

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

Return Value

Type: Double
the particular array element

Implements

IPointerAccessor1DTItemInt32
See Also

Reference