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

Normalize objects complex values [Index]..[Index+Len-1] by subtracting a complex constant SubOffset from elements and dividing the result by real constant DivFactor.

Pascal
function Normalize(const SubOffset: TCplx; const DivFactor: double; Index: integer; Len: integer): TMtxVec; overload;

Store the results in calling vector complex values [Index]..[Index+Len-1]. An exception is raised, if the calling object is not complex or array borders are overrun/underrun.

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