TOpenCLValue.Size Method

Overload List

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

Overload 1: void Size(TOpenCLBase Src)

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

#NameTypeDescription
1SrcTOpenCLBase

Result: stored in self (calling object)

Overload 2: TOpenCLBase Size(TOpenCLBase Src, Boolean AComplex)

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

#NameTypeDescription
1SrcTOpenCLBase
2AComplexBoolean

Returns: TOpenCLBase