Click or drag to resize

NativeMethodscore_patchNaNs Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_patchNaNs(
	IntPtr a,
	double val
)

Parameters

a
Type: SystemIntPtr

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

val
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also