Show / Hide Table of Contents

Struct Vec6w

4-Tuple of ushort (System.UInt16)

Implements
IVec<Vec6w, System.UInt16>
IVec
IEquatable<Vec6w>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public struct Vec6w : IVec<Vec6w, ushort>, IVec

Constructors

| Improve this Doc View Source

Vec6w(UInt16, UInt16, UInt16, UInt16, UInt16, UInt16)

Initializer

Declaration
public Vec6w(ushort item0, ushort item1, ushort item2, ushort item3, ushort item4, ushort item5)
Parameters
Type Name Description
System.UInt16 item0
System.UInt16 item1
System.UInt16 item2
System.UInt16 item3
System.UInt16 item4
System.UInt16 item5

Fields

| Improve this Doc View Source

Item0

The value of the first component of this object.

Declaration
public ushort Item0
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Item1

The value of the second component of this object.

Declaration
public ushort Item1
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Item2

The value of the third component of this object.

Declaration
public ushort Item2
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Item3

The value of the fourth component of this object.

Declaration
public ushort Item3
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Item4

The value of the fifth component of this object.

Declaration
public ushort Item4
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Item5

The value of the sixth component of this object.

Declaration
public ushort Item5
Field Value
Type Description
System.UInt16

Properties

| Improve this Doc View Source

Item[Int32]

Indexer

Declaration
public ushort this[int i] { readonly get; set; }
Parameters
Type Name Description
System.Int32 i
Property Value
Type Description
System.UInt16

Methods

| Improve this Doc View Source

Add(Vec6w)

this + other

Declaration
public readonly Vec6w Add(Vec6w other)
Parameters
Type Name Description
Vec6w other
Returns
Type Description
Vec6w
| Improve this Doc View Source

Deconstruct(out UInt16, out UInt16, out UInt16, out UInt16, out UInt16, out UInt16)

Deconstructing a Vector

Declaration
public readonly void Deconstruct(out ushort item0, out ushort item1, out ushort item2, out ushort item3, out ushort item4, out ushort item5)
Parameters
Type Name Description
System.UInt16 item0
System.UInt16 item1
System.UInt16 item2
System.UInt16 item3
System.UInt16 item4
System.UInt16 item5
| Improve this Doc View Source

Divide(Double)

this / alpha

Declaration
public readonly Vec6w Divide(double alpha)
Parameters
Type Name Description
System.Double alpha
Returns
Type Description
Vec6w
| Improve this Doc View Source

Equals(Vec6w)

Declaration
public readonly bool Equals(Vec6w other)
Parameters
Type Name Description
Vec6w other
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override readonly bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.ValueType.Equals(System.Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override readonly int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.ValueType.GetHashCode()
| Improve this Doc View Source

Multiply(Double)

this * alpha

Declaration
public readonly Vec6w Multiply(double alpha)
Parameters
Type Name Description
System.Double alpha
Returns
Type Description
Vec6w
| Improve this Doc View Source

Subtract(Vec6w)

this - other

Declaration
public readonly Vec6w Subtract(Vec6w other)
Parameters
Type Name Description
Vec6w other
Returns
Type Description
Vec6w
| Improve this Doc View Source

ToString()

Declaration
public override readonly string ToString()
Returns
Type Description
System.String
Overrides
System.ValueType.ToString()
| Improve this Doc View Source

ToVec6d()

Declaration
public Vec6d ToVec6d()
Returns
Type Description
Vec6d
| Improve this Doc View Source

ToVec6f()

Declaration
public Vec6f ToVec6f()
Returns
Type Description
Vec6f
| Improve this Doc View Source

ToVec6i()

Declaration
public Vec6i ToVec6i()
Returns
Type Description
Vec6i
| Improve this Doc View Source

ToVec6s()

Declaration
public Vec6s ToVec6s()
Returns
Type Description
Vec6s

Operators

| Improve this Doc View Source

Addition(Vec6w, Vec6w)

Declaration
public static Vec6w operator +(Vec6w a, Vec6w b)
Parameters
Type Name Description
Vec6w a
Vec6w b
Returns
Type Description
Vec6w
| Improve this Doc View Source

Division(Vec6w, Double)

Declaration
public static Vec6w operator /(Vec6w a, double alpha)
Parameters
Type Name Description
Vec6w a
System.Double alpha
Returns
Type Description
Vec6w
| Improve this Doc View Source

Equality(Vec6w, Vec6w)

Declaration
public static bool operator ==(Vec6w a, Vec6w b)
Parameters
Type Name Description
Vec6w a
Vec6w b
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Inequality(Vec6w, Vec6w)

Declaration
public static bool operator !=(Vec6w a, Vec6w b)
Parameters
Type Name Description
Vec6w a
Vec6w b
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Multiply(Vec6w, Double)

Declaration
public static Vec6w operator *(Vec6w a, double alpha)
Parameters
Type Name Description
Vec6w a
System.Double alpha
Returns
Type Description
Vec6w
| Improve this Doc View Source

Subtraction(Vec6w, Vec6w)

Declaration
public static Vec6w operator -(Vec6w a, Vec6w b)
Parameters
Type Name Description
Vec6w a
Vec6w b
Returns
Type Description
Vec6w

Implements

IVec<TSelf, TElem>
IVec
IEquatable<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX