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