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