Classes Files

Wombat::MamaWeightedSource

Encapsulates both a source object and its weight in a source group

Public Functions

  Name
implicit operator MamaSource(MamaWeightedSource weightedSource)
Provides an implicit cast to MamaSource

Public Properties

  Name
MamaSource Source
Returns the source object
uint weight
Returns the source’s weight in the source group
int weightClsCompliant
CLS compliant version of weight

Public Functions Documentation

function operator MamaSource

static implicit operator MamaSource(
    MamaWeightedSource weightedSource
)

Provides an implicit cast to MamaSource

Public Property Documentation

property Source

MamaSource Source;

Returns the source object

property weight

uint weight;

Returns the source’s weight in the source group

property weightClsCompliant

int weightClsCompliant;

CLS compliant version of weight


Updated on 2023-03-31 at 15:29:33 +0100