Click or drag to resize

Vec6i Structure

6-Tuple of int (System.Int32)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
[SerializableAttribute]
public struct Vec6i : IVec<int>, IEquatable<Vec6i>

The Vec6i type exposes the following members.

Constructors
  NameDescription
Public methodVec6i
Initializer
Top
Properties
  NameDescription
Public propertyItem
Indexer
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldItem0
The value of the first component of this object.
Public fieldItem1
The value of the second component of this object.
Public fieldItem2
The value of the third component of this object.
Public fieldItem3
The value of the fourth component of this object.
Public fieldItem4
The value of the fourth component of this object.
Public fieldItem5
The value of the sixth component of this object.
Top
See Also