| Rangef Constructor |
Constructor
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Parameters
- start
- Type: SystemSingle
[Missing <param name="start"/> documentation for "M:OpenCvSharp.Rangef.#ctor(System.Single,System.Single)"]
- end
- Type: SystemSingle
[Missing <param name="end"/> documentation for "M:OpenCvSharp.Rangef.#ctor(System.Single,System.Single)"]
See Also