Share via


MPSNDArray.ReadBytes Method

Definition

Overloads

ReadBytes(IntPtr)

public void ReadBytes(IntPtr buffer);
member this.ReadBytes : nativeint -> unit

Parameters

buffer
IntPtr

nativeint

Applies to

ReadBytes(IntPtr, IntPtr)

[Foundation.Export("readBytes:strideBytes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReadBytes(IntPtr buffer, IntPtr strideBytesPerDimension);
[<Foundation.Export("readBytes:strideBytes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReadBytes : nativeint * nativeint -> unit
override this.ReadBytes : nativeint * nativeint -> unit

Parameters

buffer
IntPtr

nativeint

strideBytesPerDimension
IntPtr

nativeint

Attributes

Applies to

ReadBytes(IntPtr, IntPtr[])

public void ReadBytes(IntPtr buffer, IntPtr[] strideBytesPerDimension);
member this.ReadBytes : nativeint * nativeint[] -> unit

Parameters

buffer
IntPtr

nativeint

strideBytesPerDimension

IntPtr[]

nativeint[]

Applies to