You are here: Symbol Reference > clMtxExpr Namespace > Classes > clVector Record > public > Frac Method > clVector.Frac Method ()
MtxVec VCL
ContentsIndex
Example
var a: clVector; ind: Integer; begin a.CopyFromArray(TSingleArray.Create(1,5.5,-1.6,6)); // a = [1, 5.5, -1.6, 6] a.Frac; // a = [0, 0.5, -0.6, 0] end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.