Initializes a new instance of the
RNG class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic RNG(
ulong state
)
Public Sub New (
state As ULong
)
public:
RNG(
unsigned long long state
)
new :
state : uint64 -> RNG
OpenCvSharp.RNG = function(state);
Parameters
- state
- Type: SystemUInt64
See Also