Click or drag to resize

RNG  Conversion (RNG to Double)

returns a next random value as double (System.Double)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static explicit operator double (
	RNG self
)

Parameters

self
Type: OpenCvSharpRNG

[Missing <param name="self"/> documentation for "M:OpenCvSharp.RNG.op_Explicit(OpenCvSharp.RNG)~System.Double"]

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.RNG.op_Explicit(OpenCvSharp.RNG)~System.Double"]

See Also