Interval.Center Property

Gets the center of the interval.

Definition

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

Property Value

Double
The center of the interval.

See Also