Click or drag to resize

FileNodeReadDouble Method

http://www.emgu.com
Reads the double from the node.

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

Parameters

defaultDouble (Optional)
Type: SystemDouble
The default value if one is not found in the node.

Return Value

Type: Double
The double from the node.
See Also