public ComplexNumber GetItemNd(
int[] indices
)
Public Function GetItemNd (
indices As Integer()
) As ComplexNumber
public:
virtual ComplexNumber^ GetItemNd(
array<int>^ indices
) sealed
abstract GetItemNd :
indices : int[] -> ComplexNumber
override GetItemNd :
indices : int[] -> ComplexNumber