System Namespace Array Class
Returns the value at the specified position in the three-dimensional Array.
[ VB ] <Serializable> Overloads Public Function GetValue ( _ ByVal index1 As Integer, _ ByVal index2 As Integer, _ ByVal index3 As Integer _ ) As Object [ C# ] [Serializable] public object GetValue ( int index1, int index2, int index3 ); [ C++ ] [Serializable] public: Object* GetValue ( int index1, int index2, int index3 ); [JScript ] public Serializable function GetValue ( index1 : int, index2 : int, index3 : int ) : Object;
The value at the specified position in the three-dimensional Array.
The GetLowerBound and GetUpperBound methods can determine whether any of the indexes is out of bounds.
Array Members Array.GetValue Overload List GetLowerBound GetUpperBound SetValue
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note