| Vec4s Structure | 
Namespace: OpenCvSharp
 Syntax
SyntaxThe Vec4s type exposes the following members.
 Constructors
Constructors Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals(Object) | (Overrides ValueTypeEquals(Object).) | 
|  | Equals(Vec4s) | |
|  | GetHashCode | (Overrides ValueTypeGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns the fully qualified type name of this instance.(Inherited from ValueType.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | |
|   | Inequality | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | Item0 | 
            The value of the first component of this object.
             | 
|  | Item1 | 
            The value of the second component of this object.
             | 
|  | Item2 | 
            The value of the third component of this object.
             | 
|  | Item3 | 
            The value of the fourth component of this object.
             | 
 See Also
See Also