You are here:
Symbol Reference >
AbstractMtxVecInt Namespace
>
Classes
>
TMtxVecInt Class
>
public
>
Median Method
>
TMtxVecInt.Median Method ()
MtxVec VCL
TMtxVecInt.Median Method ()
TMtxVecInt Class
|
TMtxVecInt Members
|
AbstractMtxVecInt Namespace
|
Median Method
|
Example
|
See Also
Collapse All
Median.
Pascal
function
Median
: integer;
overload
;
Description
Calculate median value for all calling object elements.
See Also
Mean
Example
var
a: TVecInt; c: integer;
begin
CreateIt(a);
try
a.SetIt([1,2,3,4]); c := a.Median;
finally
FreeIt(a);
end
;
end
;
Examples on GitHub
Group
Median Method
Links
TMtxVecInt Class
,
TMtxVecInt Members
,
AbstractMtxVecInt Namespace
,
Median Method
,
Example
,
See Also
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic?
Send feedback!