Compartilhar via


DoubleValue.Implicit Operador

Definição

Sobrecargas

Implicit(Double to DoubleValue)

Inicializa uma nova instância da DoubleValue classe convertendo implicitamente o valor fornecido Double .

Implicit(DoubleValue to Double)

Converte implicitamente o valor especificado em um Double valor.

Implicit(Double to DoubleValue)

Inicializa uma nova instância da DoubleValue classe convertendo implicitamente o valor fornecido Double .

public static implicit operator DocumentFormat.OpenXml.DoubleValue (double value);
static member op_Implicit : double -> DocumentFormat.OpenXml.DoubleValue
Public Shared Widening Operator CType (value As Double) As DoubleValue

Parâmetros

value
Double

O Double valor.

Retornos

Uma nova DoubleValue instância com o valor.

Aplica-se a

Implicit(DoubleValue to Double)

Converte implicitamente o valor especificado em um Double valor.

public static implicit operator double (DocumentFormat.OpenXml.DoubleValue xmlAttribute);
public static implicit operator double (DocumentFormat.OpenXml.DoubleValue value);
static member op_Implicit : DocumentFormat.OpenXml.DoubleValue -> double
static member op_Implicit : DocumentFormat.OpenXml.DoubleValue -> double
Public Shared Widening Operator CType (xmlAttribute As DoubleValue) As Double
Public Shared Widening Operator CType (value As DoubleValue) As Double

Parâmetros

xmlAttributevalue
DoubleValue

Retornos

O valor convertido Double .

Exceções

Lançado quando value é null.

Aplica-se a