| VectorOfSByte Constructor (IEnumerableSByte) |
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public VectorOfSByte(
IEnumerable<sbyte> data
)
Public Sub New (
data As IEnumerable(Of SByte)
)
public:
VectorOfSByte(
IEnumerable<signed char>^ data
)
new :
data : IEnumerable<sbyte> -> VectorOfSByte
Parameters
- data
- Type: System.Collections.GenericIEnumerableSByte
[Missing <param name="data"/> documentation for "M:OpenCvSharp.VectorOfSByte.#ctor(System.Collections.Generic.IEnumerable{System.SByte})"]
See Also