Click or drag to resize

NativeMethodscore_operatorMultiply_MatExprDouble Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_operatorMultiply_MatExprDouble(
	IntPtr e,
	double s,
	out IntPtr returnValue
)

Parameters

e
Type: SystemIntPtr

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

s
Type: SystemDouble

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also