◆ WeightedValue()
| fiftyone.pipeline.core.data.WeightedValue< TValue >.WeightedValue | ( | int | rawWeighting, |
| TValue | value | ||
| ) |
Designated constructor.
- Parameters
-
- rawWeighting - "Integer" weight factor.
- value - A specific value to store within.
\r\n
The value with associated weighting.
| WeightedValue (int rawWeighting, TValue value)
Designated constructor. More...
| |
| int | getRawWeighting () |
| fiftyone.pipeline.core.data.WeightedValue< TValue >.WeightedValue | ( | int | rawWeighting, |
| TValue | value | ||
| ) |
Designated constructor.
| int fiftyone.pipeline.core.data.WeightedValue< TValue >.getRawWeighting | ( | ) |
"Integer" weight factor.
Should be within ushort range (0~65535).
Implements fiftyone.pipeline.core.data.IWeightedValue< TValue >.
| TValue fiftyone.pipeline.core.data.WeightedValue< TValue >.getValue | ( | ) |
A specific value stored within.
Implements fiftyone.pipeline.core.data.IWeightedValue< TValue >.