| GaussianDistributionAt Method (Double) |
[This is preliminary documentation and is subject to change.]
Returns the value at 'x'.
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public static double At(
double x
)
Parameters
- x
- Type: SystemDouble
The input 'x' parameter.
Return Value
Type:
DoubleThe value of y at x.
See Also