Compartir a través de


DoubleCodec.IFieldCodec<Double>.ReadValue<TInput> Método

Definición

Lee un valor.

double IFieldCodec<double>.ReadValue<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.Field field);
abstract member Orleans.Serialization.Codecs.IFieldCodec<System.Double>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> double
override this.Orleans.Serialization.Codecs.IFieldCodec<System.Double>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> double
Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As Double Implements IFieldCodec(Of Double).ReadValue

Parámetros de tipo

TInput

Tipo de entrada del lector.

Parámetros

reader
Reader<TInput>

Lector.

field
Field

Campo.

Devoluciones

Valor.

Implementaciones

Se aplica a