Click or drag to resize
DigitalRuneMathHelperGaussian Method
Computes the Gaussian function y = k * e^( -(x-μ)2/(2σ2).
Overload List
  NameDescription
Public methodStatic memberGaussian(Double, Double, Double, Double)
Computes the Gaussian function y = k * e^( -(x-μ)2/(2σ2) (double-precision).
Public methodStatic memberGaussian(Single, Single, Single, Single)
Computes the Gaussian function y = k * e^( -(x-μ)2/(2σ2) (single precision).
Top
See Also