Share via


MPSNDArray.WriteBytes Method

Definition

Overloads

WriteBytes(IntPtr)

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

Parameters

buffer
IntPtr

nativeint

Applies to

WriteBytes(IntPtr, IntPtr)

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

Parameters

buffer
IntPtr

nativeint

strideBytesPerDimension
IntPtr

nativeint

Attributes

Applies to

WriteBytes(IntPtr, IntPtr[])

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

Parameters

buffer
IntPtr

nativeint

strideBytesPerDimension

IntPtr[]

nativeint[]

Applies to