DoubleCodec.ReadDoubleRaw<TInput>(Reader<TInput>) 方法

定义

读取值,而无需任何协议帧。

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

类型参数

TInput

读取器输入类型。

参数

reader
Reader<TInput>

读取器。

返回

值。

适用于