Click or drag to resize

Vec4d Constructor

Initializer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Vec4d(
	double item0,
	double item1,
	double item2,
	double item3
)

Parameters

item0
Type: SystemDouble

[Missing <param name="item0"/> documentation for "M:OpenCvSharp.Vec4d.#ctor(System.Double,System.Double,System.Double,System.Double)"]

item1
Type: SystemDouble

[Missing <param name="item1"/> documentation for "M:OpenCvSharp.Vec4d.#ctor(System.Double,System.Double,System.Double,System.Double)"]

item2
Type: SystemDouble

[Missing <param name="item2"/> documentation for "M:OpenCvSharp.Vec4d.#ctor(System.Double,System.Double,System.Double,System.Double)"]

item3
Type: SystemDouble

[Missing <param name="item3"/> documentation for "M:OpenCvSharp.Vec4d.#ctor(System.Double,System.Double,System.Double,System.Double)"]

See Also