System.Beacon.TMeanCalculator.GetMedianAsInteger

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMedianAsInteger: Integer;

C++

int __fastcall GetMedianAsInteger();

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.

GetAsInteger calls this function.

See Also