SingleValue.ToSingle(SingleValue) 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.
Retourne la Single représentation de valeur d’un SingleValue objet .
public static float ToSingle (DocumentFormat.OpenXml.SingleValue xmlAttribute);
public static float ToSingle (DocumentFormat.OpenXml.SingleValue value);
static member ToSingle : DocumentFormat.OpenXml.SingleValue -> single
static member ToSingle : DocumentFormat.OpenXml.SingleValue -> single
Public Shared Function ToSingle (xmlAttribute As SingleValue) As Single
Public Shared Function ToSingle (value As SingleValue) As Single
Paramètres
- xmlAttributevalue
- SingleValue
Retours
Valeur Single qui représente un SingleValue objet.