Rangef Conversion (Rangef to Range)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static implicit operator Range (
Rangef range
)
Public Shared Widening Operator CType (
range As Rangef
) As Range
static implicit operator Range (
Rangef range
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- range
- Type: OpenCvSharpRangef
Return Value
Type:
Range
See Also