共用方式為


MLMultiArray.GetObject 方法

定義

多載

GetObject(nint[])

擷取 位於 indices 的專案。

GetObject(NSNumber[])

擷取 位於 所 key 指定點的專案。

GetObject(nint)

擷取 位於 idx 的專案,就像陣列是單一維度一樣。

GetObject(nint[])

擷取 位於 indices 的專案。

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

參數

indices

System.System.IntPtr[]

System.nativeint[]

要取得之物件的多維度座標。

傳回

屬性

適用於

GetObject(NSNumber[])

擷取 位於 所 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

參數

key
NSNumber[]

要取得之物件的數值識別碼。

傳回

屬性

適用於

GetObject(nint)

擷取 位於 idx 的專案,就像陣列是單一維度一樣。

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

參數

idx
System.System.IntPtr System.nativeint

要取得之物件的數值識別碼。

傳回

屬性

適用於