NativeMethodscvSetReal1D Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvSetReal1D(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 cvSetReal1D(
	IntPtr arr,
	int idx0,
	double value
)

Parameters

arr
Type: SystemIntPtr

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

idx0
Type: SystemInt32

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

value
Type: SystemDouble

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

See Also

Reference