FileStorageAdd Method (Single)
|
Writes data to a file storage.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic FileStorage Add(
float val
)
Public Function Add (
val As Single
) As FileStorage
public:
FileStorage^ Add(
float val
)
member Add :
val : float32 -> FileStorage
Parameters
- val
- Type: SystemSingle
Return Value
Type:
FileStorage
See Also