Operator explicit operator
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
explicit operator byte(RNG)
(byte)RNG.next()
public static explicit operator byte(RNG self)
Parameters
selfRNG
Returns
explicit operator sbyte(RNG)
(sbyte)RNG.next()
public static explicit operator sbyte(RNG self)
Parameters
selfRNG
Returns
explicit operator ushort(RNG)
(ushort)RNG.next()
public static explicit operator ushort(RNG self)
Parameters
selfRNG
Returns
explicit operator short(RNG)
(short)RNG.next()
public static explicit operator short(RNG self)
Parameters
selfRNG
Returns
explicit operator uint(RNG)
(uint)RNG.next()
public static explicit operator uint(RNG self)
Parameters
selfRNG
Returns
explicit operator int(RNG)
(int)RNG.next()
public static explicit operator int(RNG self)
Parameters
selfRNG
Returns
explicit operator float(RNG)
returns a next random value as float (System.Single)
public static explicit operator float(RNG self)
Parameters
selfRNG
Returns
explicit operator double(RNG)
returns a next random value as double (System.Double)
public static explicit operator double(RNG self)
Parameters
selfRNG