NativeMethodscore_FileStorage_write_float Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_FileStorage_write_float( IntPtr fs, string name, float value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_FileStorage_write_float ( fs As IntPtr, name As String, value As Single )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_FileStorage_write_float( IntPtr fs, String^ name, float value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileStorage_write_float : fs : IntPtr * name : string * value : float32 -> unit
OpenCvSharp.NativeMethods.core_FileStorage_write_float = function(fs, name, value);