Click or drag to resize

NativeMethodscore_RNG_gaussian Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_RNG_gaussian(
	ref ulong state,
	double sigma,
	out double returnValue
)

Parameters

state
Type: SystemUInt64

[Missing <param name="state"/> documentation for "M:OpenCvSharp.NativeMethods.core_RNG_gaussian(System.UInt64@,System.Double,System.Double@)"]

sigma
Type: SystemDouble

[Missing <param name="sigma"/> documentation for "M:OpenCvSharp.NativeMethods.core_RNG_gaussian(System.UInt64@,System.Double,System.Double@)"]

returnValue
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also