Compartilhar via


MLMultiArray.Item[] Propriedade

Definição

Sobrecargas

Item[NSNumber[]]

Acessa o ponto na matriz multidimensional identificada por key.

Item[nint]

Recupera o elemento em idx, como se a matriz fosse unidimensional.

Item[nint[]]

Obtém ou define o elemento em indices.

Item[NSNumber[]]

Acessa o ponto na matriz multidimensional identificada por key.

[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
public Foundation.NSNumber this[Foundation.NSNumber[] key] { get; set; }
member this.Item(Foundation.NSNumber[]) : Foundation.NSNumber with get, set

Parâmetros

key
NSNumber[]

Um identificador numérico para o objeto a ser obtido ou definido.

Valor da propriedade

Atributos

Aplica-se a

Item[nint]

Recupera o elemento em idx, como se a matriz fosse unidimensional.

[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
public Foundation.NSNumber this[nint idx] { get; set; }
member this.Item(nint) : Foundation.NSNumber with get, set

Parâmetros

idx
System.System.IntPtr System.nativeint

Um identificador numérico para o objeto a ser obtido ou definido.

Valor da propriedade

Atributos

Aplica-se a

Item[nint[]]

Obtém ou define o elemento em indices.

[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
public Foundation.NSNumber this[params nint[] indices] { get; set; }
member this.Item(nint[]) : Foundation.NSNumber with get, set

Parâmetros

indices

System.System.IntPtr[]

System.nativeint[]

Uma coordenada multidimensional para o objeto obter ou definir.

Valor da propriedade

Atributos

Aplica-se a