The VisPoint..::..Array type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Appends one item to the array.
(Inherited from SalArray.) |
![]() | AddRange |
Appends the collection of items to the array.
(Inherited from SalArray.) |
![]() | Avg |
Returns the average value of all the numbers in an array.
(Inherited from SalArray.) |
![]() | Clear |
Clears a dynamic array
(Inherited from SalArray.) |
![]() | CopyTo | (Inherited from SalArray.) |
![]() | CreateInstance | (Inherited from SalArray<(Of <(<'T>)>)>.) |
![]() | DimCount()()()() |
Returns the number of dimensions in an array.
(Inherited from SalArray.) |
![]() | DimCount(SalNumber%) |
Returns the number of dimensions in an array.
(Inherited from SalArray.) |
![]() | Fill |
Fills an array with the specified value.
(Inherited from SalArray.) |
![]() | Find |
Finds the value in the array.
This is allowed only for single-dimension arrays.
(Inherited from SalArray.) |
![]() | GetArray(array<Int32>[]()[][]) |
Returns the wrapped native array and ensures that the
requested element is created for dynamic arrays.
(Inherited from SalArray.) |
![]() | GetArray(Int32) | (Inherited from SalArray<(Of <(<'T>)>)>.) |
![]() | GetArray(Int32, Int32) | (Inherited from SalArray<(Of <(<'T>)>)>.) |
![]() | GetArray(Int32, Int32, Int32) | (Inherited from SalArray<(Of <(<'T>)>)>.) |
![]() | GetArray(Int32, Int32, Int32, Int32) | (Inherited from SalArray<(Of <(<'T>)>)>.) |
![]() | GetElementType |
Returns the type of the array elements
(Inherited from SalArray.) |
![]() | GetEnumerator |
IEnumerator implemenation to support the foreach statement.
(Inherited from SalArray.) |
![]() | GetLength |
Returns the number of items in the array
(Inherited from SalArray.) |
![]() | GetLowerBound(Int32) |
Returns the lower bound of the array.
(Inherited from SalArray.) |
![]() | GetLowerBound(Int32, SalNumber%) |
Returns the lower bound of the array.
(Inherited from SalArray.) |
![]() | GetUpperBound(Int32) |
Returns the upper bound of an array.
(Inherited from SalArray.) |
![]() | GetUpperBound(Int32, SalNumber%) |
Returns the upper bound of an array.
(Inherited from SalArray.) |
![]() | Insert |
Inserts an item at the position.
This is allowed only for single-dimension arrays.
(Inherited from SalArray.) |
![]() | MakeDynamic |
Makes the array dynamic.
(Inherited from SalArray.) |
![]() | Max |
Returns the maximum value in an array of numbers.
(Inherited from SalArray.) |
![]() | Min |
Returns the minimum value in an array of numbers.
(Inherited from SalArray.) |
![]() | QueryBounds |
Reurns the lower and upper bound of an array.
If the array empty, it returns FALSE.
NOTE: In SAL this function was named SalQueryArrayBounds().
(Inherited from SalArray.) |
![]() | Remove |
Removes the item at the index.
This is allowed only for single-dimension arrays.
(Inherited from SalArray.) |
![]() | Reset |
Resets a dynamic array
(Inherited from SalArray.) |
![]() | SetBounds |
Sets the lower and upper bound of an array for the first dimension only.
NOTE: In SAL this function was named SalSetArrayBounds().
(Inherited from SalArray.) |
![]() | SetLength |
Changes the number of items in the array
(Inherited from SalArray.) |
![]() | SetLowerBound |
Changes the lower bound of the array
(Inherited from SalArray.) |
![]() | SetUpperBound |
Sets the upper bound of an array.
The first dimension is 1.
(Inherited from SalArray.) |
![]() | Sort |
Sorts the items in the array.
(Inherited from SalArray.) |
![]() | Sum |
Returns the sum of the elements in an array of numbers.
(Inherited from SalArray.) |
![]() | ToNativeArray |
Converts to an array of native types.
(Inherited from SalArray.) |
![]() | ToString |
Returns a string represenation of this array object.
(Inherited from SalArray.) |