You are here: Symbol Reference > clMtxExpr Namespace > Classes > clVector Record > public > NormC Method > clVector.NormC Method (TOpenCLMtxVec, boolean)
MtxVec VCL
ContentsIndex
Example
var a,b: clVector; c: double; begin a.CopyFromArray(TDoubleArray.Create(1,2,3,4)); b.CopyFromArray(TDoubleArray.Create(4,3,2,1)); c := a.NormC(b); end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.