DoubleCodec.ReadDoubleRaw<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 cadrage de protocole.
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
Paramètres de type
- TInput
Type d’entrée de lecteur.
Paramètres
- reader
- Reader<TInput>
Lecteur.
Retours
La valeur.