| GaussianDistributionCumulativeTo Method (Double) |
[This is preliminary documentation and is subject to change.]
Returns the area under the curve up to 'x'
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public static double CumulativeTo(
double x
)
Parameters
- x
- Type: SystemDouble
The input 'x' parameter.
Return Value
Type:
DoubleThe area under the curve up to x.
See Also