void SetItemNd(
int[] indices,
ComplexUncNumber value
)
Sub SetItemNd (
indices As Integer(),
value As ComplexUncNumber
)
void SetItemNd(
array<int>^ indices,
ComplexUncNumber^ value
)
abstract SetItemNd :
indices : int[] *
value : ComplexUncNumber -> unit