Condividi tramite


MLMultiArray.GetObject Metodo

Definizione

Overload

GetObject(nint[])

Recupera l'elemento in indices.

GetObject(NSNumber[])

Recupera l'elemento nel punto specificato da key.

GetObject(nint)

Recupera l'elemento in idx, come se la matrice fosse multidimensionale.

GetObject(nint[])

Recupera l'elemento in indices.

[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
public Foundation.NSNumber GetObject (params nint[] indices);
member this.GetObject : nint[] -> Foundation.NSNumber

Parametri

indices

System.System.IntPtr[]

System.nativeint[]

Coordinata multidimensionale per l'oggetto da ottenere.

Restituisce

Attributi

Si applica a

GetObject(NSNumber[])

Recupera l'elemento nel punto specificato da key.

[Foundation.Export("objectForKeyedSubscript:")]
public virtual Foundation.NSNumber GetObject (Foundation.NSNumber[] key);
abstract member GetObject : Foundation.NSNumber[] -> Foundation.NSNumber
override this.GetObject : Foundation.NSNumber[] -> Foundation.NSNumber

Parametri

key
NSNumber[]

Identificatore numerico per l'oggetto da ottenere.

Restituisce

Attributi

Si applica a

GetObject(nint)

Recupera l'elemento in idx, come se la matrice fosse multidimensionale.

[Foundation.Export("objectAtIndexedSubscript:")]
public virtual Foundation.NSNumber GetObject (nint idx);
abstract member GetObject : nint -> Foundation.NSNumber
override this.GetObject : nint -> Foundation.NSNumber

Parametri

idx
System.System.IntPtr System.nativeint

Identificatore numerico per l'oggetto da ottenere.

Restituisce

Attributi

Si applica a