| Rating Constructor (Double, Double, Double) |
[This is preliminary documentation and is subject to change.]
Construct a rating.
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public Rating(
double mean,
double standardDeviation,
double conservativeStandardDeviationMultiplier
)
Parameters
- mean
- Type: SystemDouble
The mean of the bell curve. - standardDeviation
- Type: SystemDouble
The standard deviation of the bell curve. - conservativeStandardDeviationMultiplier
- Type: SystemDouble
The multiplier used to create a conservative rating.
See Also