Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic interface IVec<T>
where T : struct, new()
Public Interface IVec(Of T As {Structure, New})
generic<typename T>
where T : value class, gcnew()
public interface class IVec
type IVec<'T when 'T : struct, new()> = interface end
JavaScript does not support generic types or methods.
Type Parameters
- T
The IVecT type exposes the following members.
Properties
See Also