| RNG Conversion (RNG to UInt32) |
(uint)RNG.next()
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static explicit operator uint (
RNG self
)
Public Shared Narrowing Operator CType (
self As RNG
) As UInteger
static explicit operator unsigned int (
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.UInt32"]
Return Value
Type:
UInt32[Missing <returns> documentation for "M:OpenCvSharp.RNG.op_Explicit(OpenCvSharp.RNG)~System.UInt32"]
See Also