Describes Windows SDK SIZE structure.

The VisSize..::..Array type exposes the following members.

Constructors

  NameDescription
Public methodVisSize..::..Array()()()()
Initializes a new instance of the VisSize..::..Array class
Public methodVisSize..::..Array(array<Int32>[]()[][])
Initializes a new instance of the VisSize..::..Array class
Public methodVisSize..::..Array(array<String>[]()[][])
Initializes a new instance of the VisSize..::..Array class

Methods

  NameDescription
Public methodAdd
Appends one item to the array.
(Inherited from SalArray.)
Public methodAddRange
Appends the collection of items to the array.
(Inherited from SalArray.)
Public methodAvg
Returns the average value of all the numbers in an array.
(Inherited from SalArray.)
Public methodClear
Clears a dynamic array
(Inherited from SalArray.)
Public methodCopyTo (Inherited from SalArray.)
Protected methodCreateInstance (Inherited from SalArray<(Of <(<'T>)>)>.)
Public methodDimCount()()()()
Returns the number of dimensions in an array.
(Inherited from SalArray.)
Public methodDimCount(SalNumber%)
Returns the number of dimensions in an array.
(Inherited from SalArray.)
Public methodFill
Fills an array with the specified value.
(Inherited from SalArray.)
Public methodFind
Finds the value in the array. This is allowed only for single-dimension arrays.
(Inherited from SalArray.)
Public methodGetArray(array<Int32>[]()[][])
Returns the wrapped native array and ensures that the requested element is created for dynamic arrays.
(Inherited from SalArray.)
Public methodGetArray(Int32) (Inherited from SalArray<(Of <(<'T>)>)>.)
Public methodGetArray(Int32, Int32) (Inherited from SalArray<(Of <(<'T>)>)>.)
Public methodGetArray(Int32, Int32, Int32) (Inherited from SalArray<(Of <(<'T>)>)>.)
Public methodGetArray(Int32, Int32, Int32, Int32) (Inherited from SalArray<(Of <(<'T>)>)>.)
Public methodGetElementType
Returns the type of the array elements
(Inherited from SalArray.)
Public methodGetEnumerator
IEnumerator implemenation to support the foreach statement.
(Inherited from SalArray.)
Public methodGetLength
Returns the number of items in the array
(Inherited from SalArray.)
Public methodGetLowerBound(Int32)
Returns the lower bound of the array.
(Inherited from SalArray.)
Public methodGetLowerBound(Int32, SalNumber%)
Returns the lower bound of the array.
(Inherited from SalArray.)
Public methodGetUpperBound(Int32)
Returns the upper bound of an array.
(Inherited from SalArray.)
Public methodGetUpperBound(Int32, SalNumber%)
Returns the upper bound of an array.
(Inherited from SalArray.)
Public methodInsert
Inserts an item at the position. This is allowed only for single-dimension arrays.
(Inherited from SalArray.)
Public methodMakeDynamic
Makes the array dynamic.
(Inherited from SalArray.)
Public methodMax
Returns the maximum value in an array of numbers.
(Inherited from SalArray.)
Public methodMin
Returns the minimum value in an array of numbers.
(Inherited from SalArray.)
Public methodQueryBounds
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.)
Public methodRemove
Removes the item at the index. This is allowed only for single-dimension arrays.
(Inherited from SalArray.)
Public methodReset
Resets a dynamic array
(Inherited from SalArray.)
Public methodSetBounds
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.)
Public methodSetLength
Changes the number of items in the array
(Inherited from SalArray.)
Public methodSetLowerBound
Changes the lower bound of the array
(Inherited from SalArray.)
Public methodSetUpperBound
Sets the upper bound of an array. The first dimension is 1.
(Inherited from SalArray.)
Public methodSort
Sorts the items in the array.
(Inherited from SalArray.)
Public methodSum
Returns the sum of the elements in an array of numbers.
(Inherited from SalArray.)
Public methodToNativeArray
Converts to an array of native types.
(Inherited from SalArray.)
Public methodToString
Returns a string represenation of this array object.
(Inherited from SalArray.)

Properties

  NameDescription
Public propertyCount (Inherited from SalArray.)
Public propertyDimensions
Returns the number of dimensions.
(Inherited from SalArray.)
Public propertyIsDynamic
Returns true if the array is dynamic.
(Inherited from SalArray.)
Public propertyIsEmpty
Returns true if the array is empty.
(Inherited from SalArray.)
Public propertyIsMultidimensional
Returns true if the array is an MD array.
(Inherited from SalArray.)
Public propertyIsSynchronized (Inherited from SalArray.)
Public propertyItem (Inherited from SalArray<(Of <(<'T>)>)>.)
Public propertyLength
Returns the total number of items in the array. For MD arrays returns the number of items in the first dimension.
(Inherited from SalArray.)
Public propertySyncRoot (Inherited from SalArray.)

See Also