Initializes a new instance of the
Rangef class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Rangef(
float start,
float end
)
Public Sub New (
start As Single,
end As Single
)
public:
Rangef(
float start,
float end
)
new :
start : float32 *
end : float32 -> Rangef
OpenCvSharp.Rangef = function(start, end);
Parameters
- start
- Type: SystemSingle
- end
- Type: SystemSingle
See Also