RNG_MT19937 Constructor (UInt32)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic RNG_MT19937(
uint s
)
Public Sub New (
s As UInteger
)
public:
RNG_MT19937(
unsigned int s
)
new :
s : uint32 -> RNG_MT19937
OpenCvSharp.RNG_MT19937 = function(s);
Parameters
- s
- Type: SystemUInt32
See Also