Scalar Conversion (Scalar to Double)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static explicit operator double (
Scalar self
)
Public Shared Narrowing Operator CType (
self As Scalar
) As Double
static explicit operator double (
Scalar self
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- self
- Type: OpenCvSharpScalar
Return Value
Type:
Double
See Also