Skip to content

DoubleCodec.ReadDoubleRaw(Reader<TInput>)

ReadDoubleRaw(Reader<TInput>)

static
View source
public static double ReadDoubleRaw<TInput>(ref Reader<TInput> reader)
Reads a value without any protocol framing.

Parameters

readerReader<TInput>
The reader.

Returns

The value.