TOpenCLVector.Size Method

Overload List

#SignatureDescription
1procedure Size(const Src: TOpenCLBase);Sets the calling object to match the size of the Src object.
2function Size(const Src: TOpenCLBase; AComplex: Boolean): TOpenCLBase;Sets the calling object to match the size of the Src object, and changes Complex to aComplex if needed.

Overload 1: procedure Size(const Src: TOpenCLBase);

Sets the calling object to match the size of the Src object.

#NameTypeDescription
1SrcTOpenCLBase

Result: stored in self (calling object)

Overload 2: function Size(const Src: TOpenCLBase; AComplex: Boolean): TOpenCLBase;

Sets the calling object to match the size of the Src object, and changes Complex to aComplex if needed.

#NameTypeDescription
1SrcTOpenCLBase
2AComplexBoolean

Returns: TOpenCLBase