You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLValue Class > TOpenCLValue Methods > TOpenCLValue.CplxToReal Method
Dew Math for .NET
ContentsIndexHome
Example
var a,b,c: clValue; begin a.Copy(Cplx(3,4)); // a= [1-2i, 3+4i] a.CplxToReal(b,c); // b = 3, c = 4 end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.