  | FideKFactorGetValueForRating Method  | 
 [This is preliminary documentation and is subject to change.]
            Returns the k-factor for the specified rating.
            
 
    Namespace: 
   Ruyi.SDK.Online
    Assembly:
   SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntaxpublic override double GetValueForRating(
	double rating
)
Parameters
- rating
 - Type: SystemDouble
The rating to get the k-factor for. 
Return Value
Type: 
Double15 if the rating is less than 2400, otherwise 10.
See Also