|
LuckyControllerTGetWeight Method |
Namespace: JLChnToZ.LuckyPlayerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual double GetWeight(
T item
)
Public Overridable Function GetWeight (
item As T
) As Double
public:
virtual double GetWeight(
T item
)
abstract GetWeight :
item : 'T -> float
override GetWeight :
item : 'T -> float
Parameters
- item
- Type: T
Return Value
Type:
DoubleImplements
IItemWeightTGetWeight(T)See Also