TOpenCLValue.SizeToArray Method

Overload List

#SignatureDescription
1void SizeToArray(ref TCplx[] Dst)Sets the size of the array to match the size of the object.
2void SizeToArray(ref TCplx[] Dst, Int32 Len)Sets the size of the array considering the value of the Complex property.
3void SizeToArray(ref Double[] Dst)Sets the size of the array to match the size of the object.
4void SizeToArray(ref Double[] Dst, Int32 Len)Sets the size of the array considering the value of the Complex property.
5void SizeToArray(ref Int32[] Dst)Sets the size of the array to match the size of the object.
6void SizeToArray(ref Int32[] Dst, Int32 Len)Sets the size of the array considering the value of the Complex property.
7void SizeToArray(ref Single[] Dst)Sets the size of the array to match the size of the object.
8void SizeToArray(ref Single[] Dst, Int32 Len)Sets the size of the array considering the value of the Complex property.

Overload 1: void SizeToArray(ref TCplx[] Dst)

Sets the size of the array to match the size of the object.

#NameTypeDescription
1DstTCplx[] (ref)

Result: stored in self (calling object)

Remarks:

SizeToArray considers both Complex and Length properties when setting the size of the array.

Overload 2: void SizeToArray(ref TCplx[] Dst, Int32 Len)

Sets the size of the array considering the value of the Complex property.

#NameTypeDescription
1DstTCplx[] (ref)
2LenInt32element count

Result: stored in self (calling object)

Remarks:

SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.

Overload 3: void SizeToArray(ref Double[] Dst)

Sets the size of the array to match the size of the object.

#NameTypeDescription
1DstDouble[] (ref)

Result: stored in self (calling object)

Remarks:

SizeToArray considers both Complex and Length properties when setting the size of the array.

Overload 4: void SizeToArray(ref Double[] Dst, Int32 Len)

Sets the size of the array considering the value of the Complex property.

#NameTypeDescription
1DstDouble[] (ref)
2LenInt32element count

Result: stored in self (calling object)

Remarks:

SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.

Overload 5: void SizeToArray(ref Int32[] Dst)

Sets the size of the array to match the size of the object.

#NameTypeDescription
1DstInt32[] (ref)

Result: stored in self (calling object)

Remarks:

SizeToArray considers both Complex and Length properties when setting the size of the array.

Overload 6: void SizeToArray(ref Int32[] Dst, Int32 Len)

Sets the size of the array considering the value of the Complex property.

#NameTypeDescription
1DstInt32[] (ref)
2LenInt32element count

Result: stored in self (calling object)

Remarks:

SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.

Overload 7: void SizeToArray(ref Single[] Dst)

Sets the size of the array to match the size of the object.

#NameTypeDescription
1DstSingle[] (ref)

Result: stored in self (calling object)

Remarks:

SizeToArray considers both Complex and Length properties when setting the size of the array.

Overload 8: void SizeToArray(ref Single[] Dst, Int32 Len)

Sets the size of the array considering the value of the Complex property.

#NameTypeDescription
1DstSingle[] (ref)
2LenInt32element count

Result: stored in self (calling object)

Remarks:

SizeToArray considers the value of the Complex property and of the Len parameter when setting the size of the array.