A double which contains the upper quartile value (75th percentile).

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

Syntax

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

See Also