You are here: Symbol Reference > clMtxExpr Namespace > Classes > clVector Record > public > RealPart Method > clVector.RealPart Method (TOpenCLMtxVec, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
clVector.RealPart Method (TOpenCLMtxVec, integer, integer, integer)

Gets the real part of a Vec object complex elements [VecIndex]..[VecIndex+Len-1].

Pascal
function RealPart(const Vec: TOpenCLMtxVec; VecIndex: integer; Index: integer; Len: integer): TOpenCLMtxVec; overload;

Stores the results in calling object real elements [Index]..[Index+Len-1]. An exception is raised if array borders are overrun or underrun or if Vec object Complex propety is false.

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