|
LimitedLuckyControllerTGetWeight Method |
Same usage as [!:IItemWeight<T>.GetWeight(T)]
Namespace: JLChnToZ.LuckyPlayerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public override double GetWeight(
T item
)
Public Overrides Function GetWeight (
item As T
) As Double
public:
virtual double GetWeight(
T item
) override
abstract GetWeight :
item : 'T -> float
override GetWeight :
item : 'T -> float
Parameters
- item
- Type: T
Return Value
Type:
DoubleImplements
IItemWeightTGetWeight(T)See Also