System.Beacon.TMeanCalculator.GetMedianAsDouble

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMedianAsDouble: Double;

C++

double __fastcall GetMedianAsDouble();

Properties

Type Visibility Source Unit Parent
function public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TMeanCalculator

Description

Calculates the median value of the array of T and returns the calculated value.

GetAsDouble calls this function.

See Also