Düzenle

Aracılığıyla paylaş


FloatCodec.ReadFloatRaw<TInput>(Reader<TInput>) Method

Definition

Reads a value without any protocol framing.

public static float ReadFloatRaw<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ReadFloatRaw : Reader -> single
Public Shared Function ReadFloatRaw(Of TInput) (ByRef reader As Reader(Of TInput)) As Single

Type Parameters

TInput

The reader input type.

Parameters

reader
Reader<TInput>

The reader.

Returns

The value.

Applies to