NativeMethodscvSetRealND Method OpenCvSharp Class Library

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

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

public static void cvSetRealND(
	IntPtr arr,
	int[] idx,
	double value
)

Parameters

arr
Type: SystemIntPtr

[Missing <param name="arr"/> documentation for "M:OpenCvSharp.NativeMethods.cvSetRealND(System.IntPtr,System.Int32[],System.Double)"]

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:OpenCvSharp.NativeMethods.cvSetRealND(System.IntPtr,System.Int32[],System.Double)"]

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:OpenCvSharp.NativeMethods.cvSetRealND(System.IntPtr,System.Int32[],System.Double)"]

See Also

Reference