UtilToIntegerCollection Method
Convert an integer safearray to an ArrayList collection that can be used in scripting languages
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public ArrayList ToIntegerCollection(
int[] integerArray
)
Public Function ToIntegerCollection (
integerArray As Integer()
) As ArrayList
public:
virtual ArrayList^ ToIntegerCollection(
array<int>^ integerArray
) sealed
- integerArray Int32
- Safearray of integers
ArrayListColection of integers