| RNG Conversion (RNG to Single) |
returns a next random value as float (System.Single)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static explicit operator float (
RNG self
)
Public Shared Narrowing Operator CType (
self As RNG
) As Single
static explicit operator float (
RNG self
)
F# does not support the declaration of new casting operators.
Parameters
- self
- Type: OpenCvSharpRNG
[Missing <param name="self"/> documentation for "M:OpenCvSharp.RNG.op_Explicit(OpenCvSharp.RNG)~System.Single"]
Return Value
Type:
Single[Missing <returns> documentation for "M:OpenCvSharp.RNG.op_Explicit(OpenCvSharp.RNG)~System.Single"]
See Also