GaussianCurve.Center Property

Gets or sets the center of the Gaussian curve.

Definition

Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double Center { get; set; }

Property Value

Double

Remarks

The Gaussian curve is symmetrical about the center. The center is where the curve reaches its maximum value.

This value corresponds to the second parameter of the curve.

See Also