CvWriteReal Method OpenCvSharp Class Library
Writes a floating-point value

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void WriteReal(
	CvFileStorage fs,
	string name,
	double value
)

Parameters

fs
Type: OpenCvSharpCvFileStorage
File storage.
name
Type: SystemString
Name of the written value. Should be null if and only if the parent structure is a sequence.
value
Type: SystemDouble
The written value.
See Also

Reference