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