|
ItemWeightT Constructor (Double) |
Constructor with custom weight defined.
Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ItemWeight(
double weight
)
Public Sub New (
weight As Double
)
public:
ItemWeight(
double weight
)
new :
weight : float -> ItemWeight
Parameters
- weight
- Type: SystemDouble
The initial weight
See Also