You are here: Symbol Reference > clMtxVec Namespace > Classes > TOpenCLMtxVec Class > public > RealPart Method > TOpenCLMtxVec.RealPart Method (TOpenCLMtxVec, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TOpenCLMtxVec.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 TOpenCLBase.ComplexComplexpropety is false.

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