| RNG Conversion (RNG to UInt16) |
(ushort)RNG.next()
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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.
Parameters
- self
- Type: OpenCvSharpRNG
[Missing <param name="self"/> documentation for "M:OpenCvSharp.RNG.op_Explicit(OpenCvSharp.RNG)~System.UInt16"]
Return Value
Type:
UInt16[Missing <returns> documentation for "M:OpenCvSharp.RNG.op_Explicit(OpenCvSharp.RNG)~System.UInt16"]
See Also