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