| 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: 1.0.0
Syntax public 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.
Parameters
- node
- Type: OpenCvSharpFileNode
[Missing <param name="node"/> documentation for "M:OpenCvSharp.FileNode.op_Explicit(OpenCvSharp.FileNode)~System.Int32"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:OpenCvSharp.FileNode.op_Explicit(OpenCvSharp.FileNode)~System.Int32"]
See Also