Click or drag to resize

FileNodeReadFloat Method

Reads the node element as Single (float)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public float ReadFloat(
	float defaultValue = 0f
)

Parameters

defaultValue (Optional)
Type: SystemSingle

[Missing <param name="defaultValue"/> documentation for "M:OpenCvSharp.FileNode.ReadFloat(System.Single)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:OpenCvSharp.FileNode.ReadFloat(System.Single)"]

See Also