Aracılığıyla paylaş


DoubleValue Constructors

Definition

Overloads

DoubleValue()

Initializes a new instance of the DoubleValue class.

DoubleValue(DoubleValue)

Initializes a new instance of the DoubleValue by deep copying the supplied DoubleValue value.

DoubleValue(Double)

Initializes a new instance of the DoubleValue class using the supplied Double value.

DoubleValue()

Initializes a new instance of the DoubleValue class.

public DoubleValue ();
Public Sub New ()

Applies to

DoubleValue(DoubleValue)

Initializes a new instance of the DoubleValue by deep copying the supplied DoubleValue value.

public DoubleValue (DocumentFormat.OpenXml.DoubleValue source);
new DocumentFormat.OpenXml.DoubleValue : DocumentFormat.OpenXml.DoubleValue -> DocumentFormat.OpenXml.DoubleValue
Public Sub New (source As DoubleValue)

Parameters

source
DoubleValue

The source DoubleValue class.

Applies to

DoubleValue(Double)

Initializes a new instance of the DoubleValue class using the supplied Double value.

public DoubleValue (double value);
new DocumentFormat.OpenXml.DoubleValue : double -> DocumentFormat.OpenXml.DoubleValue
Public Sub New (value As Double)

Parameters

value
Double

The Double value.

Applies to