SingleValue.ToSingle(SingleValue) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna a Single representação de valor de um SingleValue objeto.
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
Parâmetros
- xmlAttributevalue
- SingleValue
Retornos
Um Single valor que representa um SingleValue objeto.