Click or drag to resize
FileNodeReadDouble Method
http://www.emgu.com
Reads the double from the node.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public double ReadDouble(
	double defaultDouble = -1.79769313486232E+308
)

Parameters

defaultDouble (Optional)
Type: SystemDouble

[Missing <param name="defaultDouble"/> documentation for "M:Emgu.CV.FileNode.ReadDouble(System.Double)"]

Return Value

Type: Double
The double from the node.
See Also