| RNG_MT19937Seed Method |
[Missing <summary> documentation for "M:OpenCvSharp.RNG_MT19937.Seed(System.UInt32)"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void Seed(
uint s
)
Public Sub Seed (
s As UInteger
)
public:
void Seed(
unsigned int s
)
member Seed :
s : uint32 -> unit
Parameters
- s
- Type: SystemUInt32
[Missing <param name="s"/> documentation for "M:OpenCvSharp.RNG_MT19937.Seed(System.UInt32)"]
Return Value
Type:
See Also