FileNode Conversion (FileNode to Int32)
|
Returns the node content as an integer. If the node stores floating-point number, it is rounded.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static explicit operator int (
FileNode node
)
Public Shared Narrowing Operator CType (
node As FileNode
) As Integer
static explicit operator int (
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:
Int32
See Also