Compartir a través de


DoubleCodec.ReadDoubleRaw<TInput>(Reader<TInput>) Método

Definición

Lee un valor sin ningún marco de protocolo.

public static double ReadDoubleRaw<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ReadDoubleRaw : Reader -> double
Public Shared Function ReadDoubleRaw(Of TInput) (ByRef reader As Reader(Of TInput)) As Double

Parámetros de tipo

TInput

Tipo de entrada del lector.

Parámetros

reader
Reader<TInput>

Lector.

Devoluciones

Valor.

Se aplica a