| KFactorGetValueForRating Method |
[This is preliminary documentation and is subject to change.]
Get the value for a specified rating.
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public virtual double GetValueForRating(
double rating
)
Parameters
- rating
- Type: SystemDouble
The rating to get the value for.
Return Value
Type:
DoubleThe value of the k-factor for the specified rating.
See Also