Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Vec4d(
double item0,
double item1,
double item2,
double item3
)
Public Sub New (
item0 As Double,
item1 As Double,
item2 As Double,
item3 As Double
)
public:
Vec4d(
double item0,
double item1,
double item2,
double item3
)
new :
item0 : float *
item1 : float *
item2 : float *
item3 : float -> Vec4d
OpenCvSharp.Vec4d = function(item0, item1, item2, item3);
Parameters
- item0
- Type: SystemDouble
- item1
- Type: SystemDouble
- item2
- Type: SystemDouble
- item3
- Type: SystemDouble
See Also