| RatingGetPartialUpdate Method |
[This is preliminary documentation and is subject to change.]
Get a partial update of a rating.
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public static Rating GetPartialUpdate(
Rating prior,
Rating fullPosterior,
double updatePercentage
)
Parameters
- prior
- Type: Ruyi.SDK.OnlineRating
The rating before adjustment. - fullPosterior
- Type: Ruyi.SDK.OnlineRating
The rating after adjustment. - updatePercentage
- Type: SystemDouble
The percentage of the update to apply.
Return Value
Type:
RatingThe resulting rating after a partial update.
See Also