TypedArray.ByteOffset

TypedArray.ByteOffset property

Gets the byteOffset from the start of referenced ArrayBuffer.

public int ByteOffset { get; }

Property Value

The length in bytes.

See Also