You are here:
Symbol Reference >
AbstractMtxVecInt Namespace
>
Classes
>
TMtxVecInt Class
>
public
>
Median Method
>
TMtxVecInt.Median Method ()
MtxVec VCL
Example
TMtxVecInt.Median Method ()
var
a: TVecInt; c: integer;
begin
CreateIt(a);
try
a.SetIt([1,2,3,4]); c := a.Median;
finally
FreeIt(a);
end
;
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.