You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Vector Record
>
public
>
Median Method
>
Vector.Median Method ()
MtxVec VCL
Vector.Median Method ()
Vector Record
|
Vector Members
|
MtxExpr Namespace
|
Median Method
|
Example
|
See Also
Collapse All
Median.
Pascal
function
Median
: double;
overload
;
Description
Calculate median value for all calling object elements.
See Also
Mean
Example
var
a:
Vector
; c: double;
begin
a.SetIt(False,[1,2,3,4]); c := a.Median;
end
;
Examples on GitHub
Group
Median Method
Links
Vector Record
,
Vector Members
,
MtxExpr 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!