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