RNG_MT19937 Conversion (RNG_MT19937 to UInt32)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static explicit operator uint (
RNG_MT19937 self
)
Public Shared Narrowing Operator CType (
self As RNG_MT19937
) As UInteger
static explicit operator unsigned int (
RNG_MT19937^ self
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- self
- Type: OpenCvSharpRNG_MT19937
Return Value
Type:
UInt32
See Also