NativeMethodsflann_IndexParams_getDouble Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_IndexParams_getDouble(System.IntPtr,System.String,System.Double)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static double flann_IndexParams_getDouble(
	IntPtr obj,
	string key,
	double defaultVal
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_IndexParams_getDouble(System.IntPtr,System.String,System.Double)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_IndexParams_getDouble(System.IntPtr,System.String,System.Double)"]

defaultVal
Type: SystemDouble

[Missing <param name="defaultVal"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_IndexParams_getDouble(System.IntPtr,System.String,System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.flann_IndexParams_getDouble(System.IntPtr,System.String,System.Double)"]

See Also

Reference