Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Vec6w(
ushort item0,
ushort item1,
ushort item2,
ushort item3,
ushort item4,
ushort item5
)
Public Sub New (
item0 As UShort,
item1 As UShort,
item2 As UShort,
item3 As UShort,
item4 As UShort,
item5 As UShort
)
public:
Vec6w(
unsigned short item0,
unsigned short item1,
unsigned short item2,
unsigned short item3,
unsigned short item4,
unsigned short item5
)
new :
item0 : uint16 *
item1 : uint16 *
item2 : uint16 *
item3 : uint16 *
item4 : uint16 *
item5 : uint16 -> Vec6w
OpenCvSharp.Vec6w = function(item0, item1, item2, item3, item4, item5);
Parameters
- item0
- Type: SystemUInt16
- item1
- Type: SystemUInt16
- item2
- Type: SystemUInt16
- item3
- Type: SystemUInt16
- item4
- Type: SystemUInt16
- item5
- Type: SystemUInt16
See Also