BinaryPrimitives.WriteInt64LittleEndian(Span<Byte>, Int64) Método
Definição
public:
static void WriteInt64LittleEndian(Span<System::Byte> destination, long value);
public static void WriteInt64LittleEndian (Span<byte> destination, long value);
static member WriteInt64LittleEndian : Span<byte> * int64 -> unit
Public Shared Sub WriteInt64LittleEndian (destination As Span(Of Byte), value As Long)
Parâmetros
O intervalo de bytes em que o valor deve ser gravado, como little endian.The span of bytes where the value is to be written, as little endian.
- value
- Int64
O valor a ser gravado no intervalo de bytes.The value to write into the span of bytes.
Exceções
Comentários
Grava exatamente 8 bytes no início do span.Writes exactly 8 bytes to the beginning of the span.