http://www.emgu.com
Reads the float from the node.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic float ReadFloat(
float defaultFloat = -3.402823E+38f
)
Public Function ReadFloat (
Optional defaultFloat As Single = -3.402823E+38F
) As Single
public:
float ReadFloat(
float defaultFloat = -3.402823E+38f
)
member ReadFloat :
?defaultFloat : float32
(* Defaults:
let _defaultFloat = defaultArg defaultFloat -3.402823E+38f
*)
-> float32
Parameters
- defaultFloat (Optional)
- Type: SystemSingle
The default value if one is not found in the node.
Return Value
Type:
SingleThe float from the node.
See Also