RNG Conversion (RNG to UInt16)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static explicit operator ushort (
RNG self
)
Public Shared Narrowing Operator CType (
self As RNG
) As UShort
static explicit operator unsigned short (
RNG^ 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
Return Value
Type:
UInt16
See Also