| RNG_MT19937 Constructor |
Constructor
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public RNG_MT19937(
uint s = 5489
)
Public Sub New (
Optional s As UInteger = 5489
)
public:
RNG_MT19937(
unsigned int s = 5489
)
new :
?s : uint32
(* Defaults:
let _s = defaultArg s 5489
*)
-> RNG_MT19937
Parameters
- s (Optional)
- Type: SystemUInt32
[Missing <param name="s"/> documentation for "M:OpenCvSharp.RNG_MT19937.#ctor(System.UInt32)"]
See Also