You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Vector Record
>
public
>
Median Method
>
Vector.Median Method ()
MtxVec VCL
Example
Vector.Median Method ()
var
a:
Vector
; c: double;
begin
a.SetIt(False,[1,2,3,4]); c := a.Median;
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.