Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic long Step(
int i
)
Public Function Step (
i As Integer
) As Long
public:
long long Step(
int i
)
member Step :
i : int -> int64
Parameters
- i
- Type: SystemInt32
Return Value
Type:
Int64
See Also