A double which contains the lower quartile value (25th percentile).

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double LowerQuartile { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property LowerQuartile As Double
Visual C++
public:
virtual property double LowerQuartile {
	double get ();
}

See Also