NativeMethodscore_FileNode_read_double Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_FileNode_read_double( IntPtr node, out double value, double defaultValue )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_FileNode_read_double ( node As IntPtr, <OutAttribute> ByRef value As Double, defaultValue As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_FileNode_read_double( IntPtr node, [OutAttribute] double% value, double defaultValue )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileNode_read_double : node : IntPtr * value : float byref * defaultValue : float -> unit
OpenCvSharp.NativeMethods.core_FileNode_read_double = function(node, value, defaultValue);