FloatCodec.ReadFloatRaw<TInput>(Reader<TInput>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lit une valeur sans encadrement de protocole.
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
Paramètres de type
- TInput
Type d’entrée lecteur.
Paramètres
- reader
- Reader<TInput>
Lecteur.
Retours
La valeur.