OpenCvSharp.NativeMethods.core_FileStorage_write_double C# (CSharp) Method

core_FileStorage_write_double() private method

private core_FileStorage_write_double ( IntPtr fs, [ name, double value ) : void
fs System.IntPtr
name [
value double
return void
        public static extern void core_FileStorage_write_double(
            IntPtr fs, [MarshalAs(UnmanagedType.LPStr)] string name, double value);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods