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