Math387.aSetLength Method

Overload List

#SignatureDescription
1void aSetLength(ref TCplx[] a, Int64 Len)
2void aSetLength(ref TCplx[][] a, Int64 Len)
3void aSetLength(ref TSCplx[] a, Int64 Len)
4void aSetLength(ref TSCplx[][] a, Int64 Len)
5void aSetLength(ref Boolean[] a, Int64 Len)
6void aSetLength(ref Byte[] a, Int64 Len)
7void aSetLength(ref Byte[][] a, Int64 Len)
8void aSetLength(ref Double[] a, Int64 Len)
9void aSetLength(ref Double[][] a, Int64 Len)
10void aSetLength(ref Int16[] a, Int64 Len)
11void aSetLength(ref Int16[][] a, Int64 Len)
12void aSetLength(ref Int32[] a, Int64 Len)
13void aSetLength(ref Int32[][] a, Int64 Len)
14void aSetLength(ref Int64[] a, Int64 Len)
15void aSetLength(ref IntPtr[] a, Int64 Len)
16void aSetLength(ref Object[] a, Int64 Len)
17void aSetLength(ref GCHandle[] a, Int64 Len)
18void aSetLength(ref SByte[] a, Int64 Len)
19void aSetLength(ref Single[] a, Int64 Len)
20void aSetLength(ref Single[][] a, Int64 Len)
21void aSetLength(ref String a, Int32 Len)
22void aSetLength(ref String[] a, Int32 Len)
23void aSetLength(ref String[][] a, Int32 Len)
24void aSetLength(ref UInt16[] a, Int64 Len)
25void aSetLength(ref UInt32[] a, Int64 Len)
26void aSetLength(ref UInt64[] a, Int64 Len)

Overload 1: void aSetLength(ref TCplx[] a, Int64 Len)

#NameTypeDescription
1aTCplx[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 2: void aSetLength(ref TCplx[][] a, Int64 Len)

#NameTypeDescription
1aTCplx[][] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 3: void aSetLength(ref TSCplx[] a, Int64 Len)

#NameTypeDescription
1aTSCplx[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 4: void aSetLength(ref TSCplx[][] a, Int64 Len)

#NameTypeDescription
1aTSCplx[][] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 5: void aSetLength(ref Boolean[] a, Int64 Len)

#NameTypeDescription
1aBoolean[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 6: void aSetLength(ref Byte[] a, Int64 Len)

#NameTypeDescription
1aByte[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 7: void aSetLength(ref Byte[][] a, Int64 Len)

#NameTypeDescription
1aByte[][] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 8: void aSetLength(ref Double[] a, Int64 Len)

#NameTypeDescription
1aDouble[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 9: void aSetLength(ref Double[][] a, Int64 Len)

#NameTypeDescription
1aDouble[][] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 10: void aSetLength(ref Int16[] a, Int64 Len)

#NameTypeDescription
1aInt16[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 11: void aSetLength(ref Int16[][] a, Int64 Len)

#NameTypeDescription
1aInt16[][] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 12: void aSetLength(ref Int32[] a, Int64 Len)

#NameTypeDescription
1aInt32[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 13: void aSetLength(ref Int32[][] a, Int64 Len)

#NameTypeDescription
1aInt32[][] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 14: void aSetLength(ref Int64[] a, Int64 Len)

#NameTypeDescription
1aInt64[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 15: void aSetLength(ref IntPtr[] a, Int64 Len)

#NameTypeDescription
1aIntPtr[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 16: void aSetLength(ref Object[] a, Int64 Len)

#NameTypeDescription
1aObject[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 17: void aSetLength(ref GCHandle[] a, Int64 Len)

#NameTypeDescription
1aGCHandle[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 18: void aSetLength(ref SByte[] a, Int64 Len)

#NameTypeDescription
1aSByte[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 19: void aSetLength(ref Single[] a, Int64 Len)

#NameTypeDescription
1aSingle[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 20: void aSetLength(ref Single[][] a, Int64 Len)

#NameTypeDescription
1aSingle[][] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 21: void aSetLength(ref String a, Int32 Len)

#NameTypeDescription
1aString (ref)
2LenInt32element count

Result: stored in self (calling object)

Overload 22: void aSetLength(ref String[] a, Int32 Len)

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

Result: stored in self (calling object)

Overload 23: void aSetLength(ref String[][] a, Int32 Len)

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

Result: stored in self (calling object)

Overload 24: void aSetLength(ref UInt16[] a, Int64 Len)

#NameTypeDescription
1aUInt16[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 25: void aSetLength(ref UInt32[] a, Int64 Len)

#NameTypeDescription
1aUInt32[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 26: void aSetLength(ref UInt64[] a, Int64 Len)

#NameTypeDescription
1aUInt64[] (ref)
2LenInt64element count

Result: stored in self (calling object)