Summary
Copies only those values from Src, which are not NAN or INF.
Class
TVec
Declaration
Function StripNanAndInf(Src: TMtxVec; SrcIndex, Len: integer): TMtxVec;
Description
Copies only those values from Src[SrcIndex.. SrcIndex+Len-1], which are not NAN or INF. The length of the Self is set to match the count of matching values.
Declaration
Function StripNanAndInf(Src: TMtxVec): TMtxVec;
Description
Copies only those values from Src, which are not NAN or INF.
| Copyright 2008 Dew Research |
http://www.dewresearch.com