MLMultiArray.GetObject 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetObject(nint[]) |
擷取 位於 |
GetObject(NSNumber[]) |
擷取 位於 所 |
GetObject(nint) |
擷取 位於 |
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
要取得之物件的數值識別碼。
傳回
- 屬性