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