VectorInt.SizeFromArray Method

Overload List

#SignatureDescription
1void SizeFromArray(TCplx[] Src)Sets the size of the vector to match an array.
2void SizeFromArray(Byte[] Src)Sets the size of the vector to match an array.
3void SizeFromArray(Double[] Src)Sets the size of the vector to match an array.
4void SizeFromArray(Int16[] Src)Sets the size of the vector to match an array.
5void SizeFromArray(Int32[] Src)Sets the size of the vector to match an array.
6void SizeFromArray(Single[] Src)Sets the size of the vector to match an array.

Overload 1: void SizeFromArray(TCplx[] Src)

Sets the size of the vector to match an array.

#NameTypeDescription
1SrcTCplx[]

Result: stored in self (calling object)

Remarks:

Sets the Length of the calling vector to match the length of the array.

Overload 2: void SizeFromArray(Byte[] Src)

Sets the size of the vector to match an array.

#NameTypeDescription
1SrcByte[]

Result: stored in self (calling object)

Remarks:

Sets the size (Length) of the caling vector to match the length of the array.

Overload 3: void SizeFromArray(Double[] Src)

Sets the size of the vector to match an array.

#NameTypeDescription
1SrcDouble[]

Result: stored in self (calling object)

Remarks:

Sets the Length of the calling vector to match the length of the array.

Overload 4: void SizeFromArray(Int16[] Src)

Sets the size of the vector to match an array.

#NameTypeDescription
1SrcInt16[]

Result: stored in self (calling object)

Remarks:

Sets the Length of the calling vector to match the length of the array.

Overload 5: void SizeFromArray(Int32[] Src)

Sets the size of the vector to match an array.

#NameTypeDescription
1SrcInt32[]

Result: stored in self (calling object)

Remarks:

Sets the Length of the calling vector to match the length of the array.

Overload 6: void SizeFromArray(Single[] Src)

Sets the size of the vector to match an array.

#NameTypeDescription
1SrcSingle[]

Result: stored in self (calling object)

Remarks:

Sets the Length of the calling vector to match the length of the array.