Table of Contents

Operator explicit operator

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

explicit operator byte(RNG)

(byte)RNG.next()

public static explicit operator byte(RNG self)

Parameters

self RNG

Returns

byte

explicit operator sbyte(RNG)

(sbyte)RNG.next()

public static explicit operator sbyte(RNG self)

Parameters

self RNG

Returns

sbyte

explicit operator ushort(RNG)

(ushort)RNG.next()

public static explicit operator ushort(RNG self)

Parameters

self RNG

Returns

ushort

explicit operator short(RNG)

(short)RNG.next()

public static explicit operator short(RNG self)

Parameters

self RNG

Returns

short

explicit operator uint(RNG)

(uint)RNG.next()

public static explicit operator uint(RNG self)

Parameters

self RNG

Returns

uint

explicit operator int(RNG)

(int)RNG.next()

public static explicit operator int(RNG self)

Parameters

self RNG

Returns

int

explicit operator float(RNG)

returns a next random value as float (System.Single)

public static explicit operator float(RNG self)

Parameters

self RNG

Returns

float

explicit operator double(RNG)

returns a next random value as double (System.Double)

public static explicit operator double(RNG self)

Parameters

self RNG

Returns

double