You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TMtxVec Class > public > Inv Method > TMtxVec.Inv Method (double, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVec.Inv Method (double, integer, integer)

Calculate the inverse of calling object elements [Index]..[Index+Len-1] in-place after limiting the magnitude of each element by the lower bound of Threshold.

Pascal
function Inv(const Threshold: double; Index: integer; Len: integer): TMtxVec; overload;

An exception is raised if array borders are overrun/underrun.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!